suggestion: more settings! #63
Replies: 4 comments 9 replies
-
Thank you for having opened a conversation, @BLovegrove! I'll try to address your points in bullets here, but first I'd like to say that if the nitty-gritty of Docker or how I've done Python is not clear, then that's something for me to work on!
Keep the questions and requests coming! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@BLovegrove I've just pushed a new commit to the main branch, |
Beta Was this translation helpful? Give feedback.
-
@BLovegrove in the |
Beta Was this translation helpful? Give feedback.
-
Hi there! Love your work, found this project when looking for a version of tidal-dl that was a little more recently updated. Made a fork to test out some very hacky proof-of-concept ideas and thought I'd mention them in here! Would like to preface this by saying I'm super new to the nitty-gritty workings of docker containers and the level of skill I'm seeing in your code is well above me so take anything I say with a huge grain of salt (':
For starters, I store all my media on an Unraid server so I was looking for something with accessible in some way via the Unraid UI for convenient access to my media folders, and given how Unraid manages docker containers booting the docker up once per music download seemed like a huuuuuge time sink so the first thing I did was replace the entry-point and default CMD with a replacement 'sleep infinity' to make the docker persistent making repeat download commands much easier. Is there some way something similar could be added in a slightly less jank way? could this be done with an ENV when you're setting up the container?
The other thing I wanted to suggest was adding some environment variables to change up certain things like how a playlist is downloaded, whether or not to include extra metadata like cover images, artist bios, etc, and some way to alter how files are saved as not everybody's naming conventions will be compatible and being able to adjust it to fit your existing library would be a godsend.
Also it seems like the android token for HiRes downloads is being processed before its stored in the .token file, would it be doable to have it stored raw so you can just go in and copy/paste the new token in if it ever stops working? (or did I misunderstand how the token time-out thing works?)
Thanks for sharing all this! Its nice to see alternatives given how long tidal-dl has been basically the only option for keeping a local copy of your tidal library (:
Beta Was this translation helpful? Give feedback.
All reactions