Aeon mq3 3d cover recognition how to by different filename then 3dbd
#1
If you want to add 3d covers to your 3d movies without renaming the filenames as long as they have some specific filename in them this is how!

If you want it to add a 3d cover to all your files that got "3d" in them!
Don't forget to remove the bunny ears! ""

Find your MediaFlags.xml and open it in a notepad program and then replace all ",3dbd" with ",3d"

Unfortunatly it seems to prioritize bluray over 3d so if you got 3dbd and bluray in the filename it will show a bluray cover rather then a 3d cover Sad They helped me on irc on how to fix it myself:
Pretty easy to fix just change the order it run it in! just look in the mediaflag file and just move the 3d line above the bluray line there is like 10-25 lines to move.
First 1 is this 1: <value condition="substring(ListItem.filename,3d)">thumb_box_3dbd_big.png</value> mine has been renamed to add all filenames that include 3d and not 3dbd so if you haven't changed then your first line will be named: <value condition="substring(ListItem.filename,3dbd)">thumb_box_3dbd_big.png</value>
Reply
#2
pastebin of my modified mediaflag.xml that works with latest Aeon mq3(2.01)!

Adds 3d covers to all your filenames with 3d in them!

Pastebin: http://pastebin.com/H9v1vJyj
Reply

Logout Mark Read Team Forum Stats Members Help
Aeon mq3 3d cover recognition how to by different filename then 3dbd0