realies / soulseek-docker

🐳 Soulseek Docker Container
https://hub.docker.com/r/realies/soulseek/
MIT License
217 stars 35 forks source link

.SoulseekQt folder not being populated #19

Closed HeadcaseFargone closed 4 years ago

HeadcaseFargone commented 4 years ago

Using the below volumes none of my settings persist through restarts. Executing a bash shell in the Soulseek container shows /data/.SoulseekQt to be empty, and only a short .conf file in /data/.config. I have to enter my username/password and change all my settings every time the container is restarted. This didn't happen before on a previous version when the volumes pointed to /root/.SoulseekQt instead of /data/.SoulseekQt. Is this an issue with the newer version or am I doing something wrong?

Edit: Looks like it defaults to 60 minutes before saving config.

volumes:
 - /Docker/soulseek:/data/.SoulseekQt
 - /media/Downloads:/data/Soulseek Downloads
apetresc commented 4 years ago

For what it's worth, you can change the 60 minutes to some other quantity in the General settings tab. But it is definitely annoying that the config file isn't saved at least on exit.

HeadcaseFargone commented 4 years ago

Hah yeah, figured this one out (and edited the issue) when I found that setting. I had been restarting Docker too often for it to ever hit 60 minutes.

Really cool Docker image, by the way.

On Wed, Apr 29, 2020, 12:42 PM Adrian Petrescu notifications@github.com wrote:

For what it's worth, you can change the 60 minutes to some other quantity in the General settings tab. But it is definitely annoying that the config file isn't saved at least on exit.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/realies/soulseek-docker/issues/19#issuecomment-621361020, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACC7SECG2NYW7IY4ZTFLK4LRPBRHVANCNFSM4MTYQEPA .

realies commented 4 years ago

Does it work as expected after the config save timeout?

HeadcaseFargone commented 4 years ago

Yes, working as expected now. Thanks.

On Fri, May 1, 2020, 1:36 AM realies notifications@github.com wrote:

Does it work as expected after the config save timeout?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/realies/soulseek-docker/issues/19#issuecomment-622270231, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACC7SEC44SQGOPW3XGUG34LRPJUVFANCNFSM4MTYQEPA .