Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed: added setting for use of video tags #13291

Merged
merged 1 commit into from
Jan 2, 2018

Conversation

notspiff
Copy link
Contributor

@notspiff notspiff commented Jan 2, 2018

Default to false.

Too much garbage in the tags in files out there..

Copy link
Member

@MartijnKaijser MartijnKaijser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)


#: system/settings.xml
msgctxt "#21344"
msgid "If mp4 or mkv files have tags, use this to for library metadata"

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@@ -38,7 +40,8 @@ IVideoInfoTagLoader* CVideoInfoTagLoaderFactory::CreateLoader(const CFileItem& i
return nfo;
delete nfo;

if (item.IsType(".mkv") || item.IsType(".mp4"))
if (CServiceBroker::GetSettings().GetBool("myvideos.usetags") &&

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@ksooo
Copy link
Member

ksooo commented Jan 2, 2018

@MartijnKaijser approved? Not that fast, please... ;-)

Copy link
Member

@ksooo ksooo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

;-)

@MartijnKaijser MartijnKaijser merged commit a4ad91e into xbmc:master Jan 2, 2018
@MartijnKaijser MartijnKaijser added this to the L 18.0-alpha1 milestone Jan 2, 2018
@MartijnKaijser MartijnKaijser added Type: Feature non-breaking change which adds functionality Type: Fix non-breaking change which fixes an issue v18 Leia labels Jan 2, 2018
@notspiff notspiff deleted the video_tag_settings branch January 2, 2018 17:47
@Memphiz
Copy link
Member

Memphiz commented Jan 3, 2018

That was quick ;)

@notspiff
Copy link
Contributor Author

notspiff commented Jan 3, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature non-breaking change which adds functionality Type: Fix non-breaking change which fixes an issue v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants