(2023-08-24, 04:09 AM)xaque Wrote: Yo this is awesome. Just installed this on a windows system with zero issues. Didn't find a windows release for that id3v2, but I'll poke around later to see if I can find an alternative. You think something like mp3tag (https://docs.mp3tag.de/command-line/) will work?
Would be awesome to be able to download playlists or entire channels as well. Killer work none the less.
Edit
A couple of things I've noticed after messing around a bit more, I'll bring it up here bit would you prefer it if I opened an issue on the github? Also, I'm no dev by any means, but I might take a stab at forking and submitting a PR if I can resolve the below issues.
Would be nice if the downloads folder remained constant after changing its location. Any time the plugin is accessed I have to change it from opt/media to my preferred location
It would also be nice if the saved files would adhere to the YouTube meta data plugin for jellyfin. So this would include adding [ ] around the youtube id. That would remove any post processing to get the full library integration experience.
Just a couple of ideas. Thanks again for the work.
Thank you for the feedback! I am sure looking into improving the plugin, since it is my first Jellyfin Plugin (and working with asp.net) I just went for it as a test project, so functionality is my main goal. Working via GitHub would make sense so everything is documented over there and we have a full history of discussions without having parts of it on different platforms across the web.
I'll keep you updated if I end up improving the plugin but this won't be in the near future due to lack of time.
(2023-08-24, 05:48 PM)cloud9_development Wrote: While this is pretty cool, would using tools like youtube-dl be against TOS?
I'm not sure either. But I'm also not including anything just referring to it - This was really just something I made because it annoyed me to log in to my server via SSH each time and do it manually.
If there's problems I'd be thankful if we can resolve them together.