Hi there,
first of all I like to thank the developers of this enhancement for their great work. I was playing around with hardlinks/junctions/symbolic links some time to get that functionality but it did not work out well.
Now that I got my virtual folders configured I got 2 issues:
1. I got my movie covers in a separate folder and configured the folder in PMS
- Code: Select all
alternate_thumb_folder = \\\\Datavault\\pms\\Cover
That works for normal folders and for subfolders of virtual folders but not for virtual folders themselves. Here is my virtual folder config:
- Code: Select all
[
{
"name": "Video",
"children": [
{
"name": "HD-Filme",
"children": [
{
"name": "Action",
"files": [
"Q:\\Action",
"R:\\Action",
"S:\\Action",
"T:\\Action",
"U:\\Action"
]
},
{
"name": "Animation",
"files": [
"Q:\\Animation",
"R:\\Animation",
"S:\\Animation",
"T:\\Animation",
"U:\\Animation"
]
},
{
"name": "Comedy",
"files": [
"Q:\\Comedy",
"R:\\Comedy",
"S:\\Comedy",
"T:\\Comedy",
"U:\\Comedy",
"Q:\\Tragicomedy",
"R:\\Tragicomedy",
"S:\\Tragicomedy",
"T:\\Tragicomedy",
"U:\\Tragicomedy"
]
},
{
"name": "Dokumentation",
"files": [
"Q:\\Dokumentation",
"R:\\Dokumentation",
"S:\\Dokumentation",
"T:\\Dokumentation",
"U:\\Dokumentation"
]
},
{
"name": "Drama",
"files": [
"Q:\\Drama",
"R:\\Drama",
"S:\\Drama",
"T:\\Drama",
"U:\\Drama"
]
},
{
"name": "Eastern & Western",
"files": [
"Q:\\Eastern",
"R:\\Eastern",
"S:\\Eastern",
"T:\\Eastern",
"U:\\Eastern",
"Q:\\Western",
"R:\\Western",
"S:\\Western",
"T:\\Western",
"U:\\Western"
]
},
{
"name": "Fantasy & SciFi",
"files": [
"Q:\\Fantasy",
"R:\\Fantasy",
"S:\\Fantasy",
"T:\\Fantasy",
"U:\\Fantasy",
"Q:\\SciFi",
"R:\\SciFi",
"S:\\SciFi",
"T:\\SciFi",
"U:\\SciFi"
]
},
{
"name": "Horror",
"files": [
"Q:\\Horror",
"R:\\Horror",
"S:\\Horror",
"T:\\Horror",
"U:\\Horror"
]
},
{
"name": "Musical",
"files": [
"Q:\\Musical",
"R:\\Musical",
"S:\\Musical",
"T:\\Musical",
"U:\\Musical"
]
},
{
"name": "Thriller & Krimi",
"files": [
"Q:\\Krimi",
"R:\\Krimi",
"S:\\Krimi",
"T:\\Krimi",
"U:\\Krimi",
"Q:\\Thriller",
"R:\\Thriller",
"S:\\Thriller",
"T:\\Thriller",
"U:\\Thriller"
]
}
]
},
{
"name": "SD-Filme",
"files": [
"H:\\SD-Filme"
]
},
{
"name": "Serien",
"files": [
"F:\\"
]
},
{
"name": "Dokumentationen",
"files": [
"H: \\Dokus",
"G: \\Band-Dokus"
]
},
{
"name": "Comedy",
"files": [
"I: \\"
]
},
{
"name": "TV",
"files": [
"H:\\TV"
]
},
{
"name": "Konzerte",
"files": [
"G:\\Konzerte"
]
},
{
"name": "Videoclips",
"files": [
"G:\\Videoclips"
]
},
{
"name": "Temp",
"files": [
"D:\\"
]
}
]
}
]
As you can see I am merging 5 hard drives with identically named subfolders into virtual folders. When I enter for example the folder "Action" on my PS3 there are no cover thumbnails. If I enter a subfolder of "Action" like "[Place your favorite action movie name here]" the cover thumbnails are shown.
2. In my configuration above some virtual folders are named like "Fantasy & SciFi". Actually I'd like to have a virtual folder for every genre itself, but when I tried that the PS3 only showed me 10 virtual folders and left out the rest. Is there a limitation in numbers of virtual subfolders?
And one last question here as I have not found an solution in the forum yet: Is there a way to get rid of the normal folders. When I delete all folders in the navigation configuration all drives are shown as default and when I insert a dummy folder to disable sharing all drives the dummy is shown above the virtual folders.
Thanks in advance,
hottif