Win Intel HTPCs/NUCs & Kodi-native 3D MVC Playback
(2016-06-18, 12:06)Neighbour Wrote: I have on 3D ISO some titles with Atmos and when I scan all the folder it not separate to MOVIES and ATMOS on the main menu but only Movies on the main menu.
how to fix that ?

Thanks.

Here ill save your brain from any thinking at all. make 3 files named 2d.xsp, 3d.xsp, and atmos.xsp with the contents below, place them in your "playlists" folder in Kodi DIR and then add all 3 playlists to menu items, personally i make the default "movies" menu item into 2D playlist.


2D.xsp

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>2D</name>
    <match>all</match>
    <rule field="filename" operator="doesnotcontain">
        <value>3D</value>
    </rule>
</smartplaylist>

3D.xsp

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>3D</name>
    <match>all</match>
    <rule field="filename" operator="contains">
        <value>3D</value>
    </rule>
</smartplaylist>

Atmos.xsp

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>Atmos</name>
    <match>all</match>
    <rule field="filename" operator="contains">
        <value>atmos</value>
    </rule>
</smartplaylist>
Main System - HTPC - Intel I3 6300 - Asrock z170 - 16 GB DDR4 - 128gb SSD - 65" UHD HDR Sony Android TV - Pioneer VSX 1130-K - 7.2.2 speakers
Other devices currently in use - 55" 3D UHD LG TV - 2 Fire TV's - Nexus Player - MiniMX s905 - Voyo Vmac Mini
Ubuntu Server - 12 TB NAS - MYSQL - Torrent Box
Reply


Messages In This Thread
What about xvYCC / x.v.Color - by ma9ick - 2016-04-15, 14:01
RE: Intel HTPC/NUC's w/reliable Kodi-native 3D MVC Playback - by dukester - 2016-06-18, 16:40
June 30 download link broken? - by CooperCGN - 2016-08-02, 08:18
MVC build on AMD Ryzen - by te36 - 2019-09-18, 15:09
RE: MVC build on AMD Ryzen - by robsch - 2019-10-08, 17:41
RE: MVC build on AMD Ryzen - by te36 - 2019-10-13, 22:33
Logout Mark Read Team Forum Stats Members Help
Intel HTPCs/NUCs & Kodi-native 3D MVC Playback10