Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

[Feat]: Add Album Tag to Music Video NFO #206

Open
Hendo16 opened this issue Feb 28, 2023 · 5 comments
Open

[Feat]: Add Album Tag to Music Video NFO #206

Hendo16 opened this issue Feb 28, 2023 · 5 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Hendo16
Copy link

Hendo16 commented Feb 28, 2023

The generated Music Video NFO doesn't include an album tag that relates to what album the video is promoting.

If we can already match a video title to a song track then we should also be able to get the Album information, and include that tag within the NFO.

If the script is only pulling singles, maybe looking at the all releases for that song and grabbing the first release that's listed as an Album might be a workaround.

@RandomNinjaAtk
Copy link
Owner

This is not likely to happen, the only way to make it work is by essentially using guesswork and I prefer not to do that...

@Hendo16
Copy link
Author

Hendo16 commented Mar 1, 2023

Fair enough - spent the day working on a python script that's gone through all of my videos and has accurately matched the title with the recording to fetch the album. I'll chuck it up on a repo soon, admittedly there is a small level of guesswork but out of 200+ songs if it identifies an album its correct. It'd be good to use something similar so we can get music videos based on what's in the library. Wouldn't be perfect but having the option there would mean that those who choose to name their files correctly could have that functionality

@RandomNinjaAtk
Copy link
Owner

If you want to write a PR and add it as an option to the existing script, I would merge it in.

@Hendo16
Copy link
Author

Hendo16 commented Mar 3, 2023

I'll take a look at how i'd integrate it into the current video script and see what i can do

@RandomNinjaAtk
Copy link
Owner

Just make sure to add an option/parameter so it can be enabled/disabled.

@RandomNinjaAtk RandomNinjaAtk added enhancement New feature or request help wanted Extra attention is needed labels Mar 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants