INTERACT FORUM
More => Old Versions => JRiver Media Center 20 for Windows => Topic started by: 4BYE on November 20, 2014, 07:41:54 am
-
I have several test files in .mkv in different audio formats that I want to add to my library. However I don't want them all separate in my library but as a sort of album with various tracks. Just like it is with a CD. One CD with several tracks. Is there a smart solution that I can use? I tried to combine all tracks with MKV merge but that didn't work. Thanks for your help!
-
I would think you could just set the Album field to the same for all the tracks and be done.
-
I thought of that but I would have to use "list style" - album thumbnails, and that wouldn't work for some of my other movies. (Unless I do something wrong.)
-
Without knowing anything more about how your library is organized, or what type of files they are being displayed with, it's difficult to give a specific answer.
However, you can probably get what you want by assigning a series value to those files, and editing your view to use the expression TVInfo(SeriesDisplay) (http://wiki.jriver.com/index.php/Expression_Language#TVInfo.28.E2.80.A6.29:_Miscellaneous_television_and_other_pre-formatted_information)
What this does is display the [Series] info if it exists, or [Name] if it does not.
I use this in other view to group movies into a series, such as "James Bond" for all of those films, rather than have them show up individually.
You might find this topic helpful: http://yabb.jriver.com/interact/index.php?topic=92259.0
-
you could use makeMKV and append all of the individual mkv files into one big mkv file. Then you would use "particles" http://wiki.jriver.com/index.php/Particles to identify the start of each section.
-
I have a complex library where I use "title" to show the exact name of the movie. I sort with "album". e.g. James Bond 01; James Bond 02 or Pirates of the Caribbean 01; Pirates of the Caribbean 02 etc. to have those displayed together. I use a separate root entry (left) for TV Series (and animation, music, DVD (physical) Blu-ray (physical) etc.). Also I have "Total Video Library" which shows everything, also the entries I made for my physical DVD's and Blu-ray. I prefer to see all episodes separate so I can choose the episode I want to see more easily. Normally I wouldn't mind to see separate parts but these specific files are only 1 or 2 minutes long.
Maybe I will make a separate entry under the video root for those demo files and test files. That way I can choose "Album Thumbs" and give the album the same name.
I do use series and season for tv series and e.g. Batman; Bond; Millennium Trilogy movies, to keep them together in the library.
-
@CountryBumkin
I tried that with MKVMerge and that didn't work, but maybe it will work with makeMKV.
-
Just to show you my library...
http://voorbij.nl/MC20.jpg
-
While it is not ideal due to the way that Standard View operates (i.e. not skipping redundant category views) I think that TVInfo(SeriesDisplay) would work.
If you need to use [Title] rather than [Name], you could use:
FirstNotEmpty([Series], [Title], [Name])
-
It is not to my liking, so I'll find another way. It's just 2 demo blu-rays and I really don't want to change my other views or library. However thank you very much for helping out, I appreciate it.