RandomNinjaAtk / docker-lidarr-extended

lidarr-extended :: Lidarr application packaged with multiple scripts to provide additional functionality
GNU General Public License v3.0
275 stars 24 forks source link

[Feat]: “Official” tag from YouTube title #213

Closed mrlespaulman closed 1 year ago

mrlespaulman commented 1 year ago

Would it be worth considering utilizing the “official” in YouTube video title to determine if a video will be downloaded?

For example, if MusicBrainz linked to a YouTube video titled “[Artist Name] - [Song Title] - Official Music Video”, it would still grab the video even if the video link from MusicBrainz didn’t have the “official” tag in the disambiguation field.

One thing I’m running into is that MusicBrainz has links to videos, but uses other tags in the disambiguation field besides “official” (such as “Music Video”). The current solution is for me to edit them in MusicBrainz, which is tedious (albeit for the greater good of the MusicBrainz database).

RandomNinjaAtk commented 1 year ago

Problem is that musicbrainz does not contain the actual video title, so a separate lookup would be required to facilitate it.

I don't think it would be terribly difficult to implement, but I think improving the musicbrainz database is the better long term goal.

mrlespaulman commented 1 year ago

Yep I totally get that. Now I just need to find the best workflow for updating the MusicBrainz database using the tamper monkey script.