Markus Kuuse

Results 41 comments of Markus Kuuse

`CLIENT_HTTP_TIMEOUT` variable was added in [v0.11.1](https://github.com/LumePart/Explo/releases/tag/v0.11.1), can you set it to `20` and see if you still get the timeout errors?

Hi! Seems to be related with #79 Can you try pulling the newest explo container (released 4 days ago) and seeing if the issues persist?

Explo tries to keep the same permissions when moving tracks, could you give an `ls -ll` output of one of those files? Also, you can enable debugging to see if...

I think you're right, found a related [forum topic on this issue](https://community.synology.com/enu/forum/1/post/191116). I will add the ability to copy permssions behind an env variable, so those who use a Synology...

Hi! Explo appends `DOIWNLOAD_DIR` and the tracks path together, I assume you have set the `DOWNLOAD_PATH` variable to `/explo`? can you provide your docker-compose path mapping?

Sorry for the late reply. Can you try adding `./explo/` as the `DOWNLOAD_DIR` value and the docker download path (`/mnt/Music/explo:./explo`). I'm not 100% sure it works, as I only successfully...

Hey! Thanks for the kind words. Explo does use **Weekly Exploration** to pull tracks by default. This behavior is controlled by the `LISTENBRAINZ_DISCOVERY` environment variable. If `LISTENBRAINZ_DISCOVERY` is set to...

Sounds like Jellyfin itself messes up the metadata, I doubt it happens with the MusicBrainz metadata, maybe Apple Music somehow overrides that? If Explo has downloaded the track during the...

Explo doesn't really use pathing to set up playlists, in almost all cases Explo relies on the Music system's API (and the returned track metadata). If it can't match by...

Hi! This looks like cron is having trouble parsing the schedule. Can you enter the running container with: ```bash docker exec -it explo sh ``` And then copy the crontab...