Labrys of Knossos
Labrys of Knossos
Kinda forgot about this issue, but @Toilal for filenames you could use `mimetypes` from the standard library to create your own mimetype registry so results are consistent across all platforms....
@Jivebunny Can you also make sure that `unidecode` is only in the `libs/common` folder and doesn't also appear in `libs/`
I'm a strong believer that if there's a problem with the code, even if it only affects one person, it should definitely be fixed. I'll think about it and see...
@Jivebunny All required dependencies should come pre-installed with nzbToMedia. Can you CD into the `libs/common` folder and run `python -c "import beets.mediafile"`
@Jivebunny Can you try the following from your nzbToMedia folder: ``` cd libs python --version python -m pip install -r requirements-common.txt -t templibs cd templibs python -c "import beets.mediafile" ```
Ok so you dont have setuptools installed. Can you download and extract a copy of the [latest release](https://github.com/clinton-hall/nzbToMedia/releases/latest) to a new folder. Then try `python -c "import libs.autoload; from unidecode...
I would expect this to be a Medusa error or an issue with a change to their API. Have you tried reporting this on the Medusa issues tracker? If you...
It appears the issue is the usage of the API route with non-api params. What fork do you have set in your `autoProcessMedia.cfg`?
@clinton-hall Medusa API has diff parameters than SickBeard API, see the above posted thread.
Check that your music section has a `delete_failed` option and that the config is properly formatted.