Alexandre Truppel
Alexandre Truppel
Alright, I've figured out that `ENABLE_LOCAL_MODELS=True` doesn't work, but `ENABLE_LOCAL_MODELS=true` does (same for the other two `True` vars). This is interesting, because having checked the [code](https://github.com/rashadphz/farfalle/blob/91fb2b3566a4510bf5f84d581afb58bfeba55236/src/backend/utils.py#L19), adequate measures seem to...
This one I haven't, feel free!
@Silverarmor Yes, thank you!
Can you give a bit more detail how an issue with the `/var/cache/samba` folder is related to the `/data` folder? Nevertheless, this is BTRFS on Ubuntu. Is there any more...
I see. Must the entire `/data` folder be in a docker volume? Or would just the `config.yml` file suffice? In the latter case, would any important information be lost if...
I decided to try the following docker compose: samba: image: crazymax/samba container_name: samba restart: unless-stopped volumes: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro - /home/mbjfbtxgzn:/share/home - ../volumes/main/samba/data/config.yml:/config.yml environment: - TZ=Europe/Berlin - SAMBA_HOSTS_ALLOW=127.0.0.0/8 10.0.0.0/8...
I'm happy to say that after deleting everything associated with the samba container and re-running `docker compose up` samba now seems to be working with the `../volumes/main/samba/data/config.yml:/config.yml` version of the...
I would also love some way to clean up duplicates. I have noticed that when adding a link using the Linkwarden Chrome extension, if the link already exists in the...
I also just started having the same issue
Would it be possible to add the possibility of providing those two items via the command line when running spotDL? That way it would be easy to fix for those...