Alok Saboo

Results 68 issues of Alok Saboo

Thanks @doronbehar, for the recent additions to the mbsubmit plugin #4807. Currently, the plugin only allows submission only on initial import. We should also extend the `mbsubmit` command to submit...

feature

Fix #4893 ## To Do - [ ] Documentation. (If you've add a new command-line flag, for example, find the appropriate page under `docs/` to describe it.) - [x] Changelog....

## Description Fixes #1719 I added a basic version of the LB plugin that imports the play history. It uses the same process used in the Lastimport plugin to update...

I am pulling this conversation out of #4996 to discuss ways to improve the retry logic and error handling in the Spotify Plugin. One of the problems is that Spotify...

### Describe the bug I am trying to use OI with Ollama running on a different computer. I am using the command: `interpreter -y --context_window 1000 --api_base http://192.168.2.162:11434/api/generate --api_key "fake_key"...

Started seeing this error since yesterday. I am a premium user and have verified everything is right. It was all working fine until a few days back.

So the Smartthings app allows you to connect other Samsung products, including TV. However, the [MQTT bridge](https://github.com/stjohnjohnson/smartthings-mqtt-bridge/blob/master/smartapps/stj/mqtt-bridge.src/mqtt-bridge.groovy) does not have TV (or other Samsung products) mapped. Wondering if it is...

Partially fixed #495 It allows specifying model parameters for Ollama models. @enricoros, if this approach is acceptable, I can try to add model parameters for other models.

For redlist to be a complete solution, I was wondering if it can also do local m3u to Spotify. Redlist already uses Beets library, so we can match the m3u...

Beets recently [added the feature](https://github.com/beetbox/beets/pull/4348) to include `spotify_track_id` and `spotify_album_id` during import. It would make a lot of sense to update `redlist` to use those if available.