Custom folder display names on Renderer

If you have a suggestion for a feature, post it here
Post Reply
theWookie
Posts: 1
Joined: Sat Oct 25, 2014 6:31 am

Custom folder display names on Renderer

Post by theWookie »

So I run UMS on my main pc, and it points to folders on that Computer as well as on my NAS and on my laptop when it is on, and also a removable hard drive occasionally.
I store all of the videos on these separate devices in a folder appropriately named "video"
so when i fire up the PS3 I see two to four folders named video depending on whats running.
I think much like we can pick the display name of the server, it would be super awesome to pick the display name of the folders on the renderer, without having to actually change the names of the folders themselves .
It would take alot of guesswork out of navigating without having to change a "standard" (for me at least) storage folder naming convention

so:
Video
Video
Video

could become :

Video [NAS]
Video [Tower]
Video [Laptop]
SylentRage
Posts: 1
Joined: Mon Oct 27, 2014 3:52 pm

Re: Custom folder display names on Renderer

Post by SylentRage »

also in addition, a way to customize the file/folder name sorting option for each shared folder individually. so as a default sorting option is chosen for my archived folders/drives, and a newest/oldest sorting option possible for new media added to a specific shared folder/drive that is in a different location then the archive hard drives.
User avatar
SharkHunter
Developer
Posts: 648
Joined: Fri Jun 01, 2012 9:36 pm

Re: Custom folder display names on Renderer

Post by SharkHunter »

Individual sorting is added (at least in 5.0). Add

Code: Select all

sort_paths=<some path>,<sort type> <other path>,<sort type>
sort type should be one of the following numbers:
0: Locale-sensitive A-Z<
1: Sort by modified date, newest first
2: Sort by modified date, oldest first
3: Case-insensitive ASCIIbetical sort
4: Locale-sensitive natural sort
5: Random
6: No sorting
We reject: kings, presidents and voting.
We believe in: rough consensus and running code.
User avatar
SharkHunter
Developer
Posts: 648
Joined: Fri Jun 01, 2012 9:36 pm

Re: Custom folder display names on Renderer

Post by SharkHunter »

For your second question have you considered using virtual folders? That allows you to set custom names to folders
We reject: kings, presidents and voting.
We believe in: rough consensus and running code.
ExSport
Posts: 595
Joined: Wed Oct 10, 2012 1:57 am

Re: Custom folder display names on Renderer

Post by ExSport »

@SharkHunter: What about folder name with ",". What definition should be used in this case?
User avatar
SharkHunter
Developer
Posts: 648
Joined: Fri Jun 01, 2012 9:36 pm

Re: Custom folder display names on Renderer

Post by SharkHunter »

ExSport - don't name your dirs to "," :)
I might add some special sequence for that if it is a real problem...Do you got a lot of commas?
We reject: kings, presidents and voting.
We believe in: rough consensus and running code.
ExSport
Posts: 595
Joined: Wed Oct 10, 2012 1:57 am

Re: Custom folder display names on Renderer

Post by ExSport »

SharkHunter - It was meant as a technical question 8-)
I suppose I don't have many or any but many users may have. What I spotted in user logs is like "MovieName, The" or typo like "What,You.did,Last.Week" etc...
But in this case it is not stop-go behavior which generates some exceptions because this setting must user make manually so renaming folders in this case is possible/required :)
User avatar
SharkHunter
Developer
Posts: 648
Joined: Fri Jun 01, 2012 9:36 pm

Re: Custom folder display names on Renderer

Post by SharkHunter »

ExSport wrote:SharkHunter - It was meant as a technical question 8-)
I suppose I don't have many or any but many users may have. What I spotted in user logs is like "MovieName, The" or typo like "What,You.did,Last.Week" etc...
But in this case it is not stop-go behavior which generates some exceptions because this setting must user make manually so renaming folders in this case is possible/required :)
Yeah there is a problem here, we need some separator char but almost all chars are valid in filenames. I use , and I think thats ok..

ps. this feature is not documented either I think :) ds
We reject: kings, presidents and voting.
We believe in: rough consensus and running code.
ExSport
Posts: 595
Joined: Wed Oct 10, 2012 1:57 am

Re: Custom folder display names on Renderer

Post by ExSport »

Documentation....magical word :lol:
Post Reply