Kodi Community Forum
3D Movie 'Cases'/Tags? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: 3D Movie 'Cases'/Tags? (/showthread.php?tid=134207)



3D Movie 'Cases'/Tags? - Necromancyr - 2012-06-18

Does Aeon Nox support tags/cases for 3D movies? If so, just wanted to see how it was done (or request if it could be added). I have smart lists already setup to navigate to just 3d movies or non-3d movies, but it would be nice to be able to have a combined list for certain categories where I could pick 3d/non-3d just from the visuals.


RE: 3D Movie 'Cases'/Tags? - phil65 - 2012-06-18

source tag can show if it is a 3d movie. the movies need to have certain elements in file name.
this is the code line (if it is not understandable, ask again)
<value condition="[SubString(ListItem.Filename,bluray) | SubString(ListItem.Filename,blu-ray) | SubString(ListItem.Filename,bdrip) | SubString(ListItem.Filename,brrip)] + SubString(ListItem.Filename,.3D.)">bluray3d</value>



RE: 3D Movie 'Cases'/Tags? - HackerHelpDesk - 2012-06-19

I was able to make my 3D movies source appear correctly by using the following file name.

movie.bluray.3d.mp4

After that the source was correct but the media case shows DVD. Is there anyway to have a 3D media case?


RE: 3D Movie 'Cases'/Tags? - phil65 - 2012-06-19

(2012-06-19, 01:35)HackerHelpDesk Wrote: I was able to make my 3D movies source appear correctly by using the following file name.

movie.bluray.3d.mp4

After that the source was correct but the media case shows DVD. Is there anyway to have a 3D media case?

atm not.


RE: 3D Movie 'Cases'/Tags? - HackerHelpDesk - 2012-06-19

Thanks for the update.


RE: 3D Movie 'Cases'/Tags? - Necromancyr - 2012-06-20

Thanks for the info! (the 3d case was the big thing I was asking about anyway - but the notation of it being 3d will be useful also!)


RE: 3D Movie 'Cases'/Tags? - nhenson22 - 2012-12-07

(2012-06-18, 01:16)Necromancyr Wrote: Does Aeon Nox support tags/cases for 3D movies? If so, just wanted to see how it was done (or request if it could be added). I have smart lists already setup to navigate to just 3d movies or non-3d movies, but it would be nice to be able to have a combined list for certain categories where I could pick 3d/non-3d just from the visuals.

Hey Necromancyr,

I am currently looking for a way to seperate all my 3D movies. I find the Aeon Nox skin a little clunky on my Acer Revo. Can you describe what you did with your smart lists?

Thanks