A way to handle this would be some sort of linking in the filelist, or following shortcuts. I searched the RFE tracker and found this request which is closed because following shortcuts could lead to recursive directory listings, so i won't post a request for something like this at the moment.
Q: So why this thread?
A: I'd like to see if we can come up with an idea in which the moving of a shared file won't create such inconvenience, and which would make it easier to create an organized filelist
One idea is to try and do something with the xml in the dcplusplus.xml, which now is:
Code: Select all
- <Share>
<Directory>C:\SomeMusicDir</Directory>
<Directory>D:\SomeOtherMusicDir</Directory>
<Directory>D:\SomeMovieMusicDir</Directory>
</Share>and allowing a new tag, so we get:
Code: Select all
- <Share>
<VirtualDirectory>
<VirtualDirName>Music</VirtualDirName>
<Directory>C:\SomeMusicDir</Directory>
<Directory>D:\SomeOtherMusicDir</Directory>
</VirtualDirectory>
<Directory>D:\SomeMovieDir</Directory>
</Share>which would lead to a filelist where the contents of the 2 musicdirs would be shown as the contents of one folder named Music.
One thing i don't know is if it is possible to encode something like this in the filelist.
Any thoughts?