INTERACT FORUM

More => Old Versions => Media Center 17 => Topic started by: beegor on March 31, 2012, 04:27:46 pm

Title: Play music video instead of mp3
Post by: beegor on March 31, 2012, 04:27:46 pm
I hope this feature is available because it would be cool.
I have a lot of music videos in my library and i was hoping that it would be possible to link a video file with an mp3 file, so that when in theatre view it'll play the video instead of the mp3.
I know it's already possible to put videos in with music albums but then I hear the same song twice, AFAIK there is no way to hide specific files from theater view
I hope you understand
Title: Re: Play music video instead of mp3
Post by: rick.ca on March 31, 2012, 08:17:23 pm
Welcome to the forum.

Quote
AFAIK there is no way to hide specific files from theater view

You can do that with Rules for file display (for a special 'Audio + Music Video' view) something like...

Code: [Select]
[Media Type]=[Audio],[Video] ~sort=[Media Type]-d ~nodup=[Album],[Track #] ~sort=[Track #]
Assuming the audio and video files have been tagged with [Album] and [Track #] values that match correctly, this will first sort the files so the videos are first, then remove duplicates of [Album] [Track #]—effectively replacing audio files with video, if matching video exists. The list is then resorted by track #.

The feature is still experimental and has some rough edges, but the same thing can be done with Particles set to play a specific "track" in a concert video.
Title: Re: Play music video instead of mp3
Post by: beegor on April 01, 2012, 06:22:55 am
Thanks for the reply.
This works perfectly in standard view, but is on/off in theater view. Sometimes only one or none of the videos appear in the list, being replaced the song.
Title: Re: Play music video instead of mp3
Post by: rick.ca on April 01, 2012, 08:01:25 am
Quote
This works perfectly in standard view, but is on/off in theater view.

That can only be because your Rules for file display are not the same for the Theatre View view. Are you it's not inheriting rules from its parent view? Does the view just include one album at the file list level?