Search found 2 matches

by diametric
Sat Dec 21, 2013 5:23 pm
Forum: Help and Support
Topic: Virtual Folders - Merge Subfolders
Replies: 1
Views: 3430

Re: Virtual Folders - Merge Subfolders

Alright so I've only started looking at the source today and answered my own question. I managed to modify it to support the feature I was asking about. Perhaps the more seasoned dev's here can take a look at my code? Here's a diff of what I changed:


diff --git a/src/main/java/net/pms/dlna ...
by diametric
Sat Dec 21, 2013 10:32 am
Forum: Help and Support
Topic: Virtual Folders - Merge Subfolders
Replies: 1
Views: 3430

Virtual Folders - Merge Subfolders

Is there anyway to merge duplicate named subfolders when using virtual folders? Consider the following example:


virtual_folders = Television|/mnt/exthd1/Television,/mnt/exthd2/Television


Where those directories look like:


/mnt/exthd1/Television
--> My Show/
-- > Season 1/

/mnt/exthd2 ...