dmzoneill / lidarr-youtube-downloader

Lidar youtube downloader
Apache License 2.0
44 stars 10 forks source link

Track Format & FFMPEG not adding metadata #23

Open mariosemes opened 8 months ago

mariosemes commented 8 months ago

Big kudos to you guys for this project.

I just had the idea to start develop something like this and then I found your solution which is amazing <3 Thanks a lot!

Anyways, is there a way how to change the Track Format Naming for each track? I can see that the tracks are downloaded and named by lidarr default naming scheme.

After the download, I has to manually import every album again.

But the second issue, there is no metadata imported with ffmpeg. I have blank fields in my media players as it can't recognize the artist and albums.

Let me know if I can help somehow!

edit: forgot to mention that I'm using the DOCKER version.

dmzoneill commented 8 months ago

Hey,

Thanks for the feedback.

I don't have the time to look at this right now, but ill add it to my list of todos. If you want to play around with ffmpeg, the code is fairly straight forward, you can find it here:

https://github.com/dmzoneill/lidarr-youtube-downloader/blob/725b5522cd12a5ced69c77a7ef7c149ac43d5088/lidarr_youtube_downloader/lyd.py#L141

I'll try get to this ASAP