I need a plugin or a way to solve my problem.
I have in a directory some movies:
- movie1 (2003).avi
- movie2 (2000).avi
- movie3 (2001).avi
Now, I would like to find a very easy way to switch to sorting them by the year:
- movie2 (2000).avi
- movie3 (2001).avi
- movie1 (2003).avi
My problem would be solvable if:
1. The files would have 2 names (second names can be stored in an XML). Second names would be:
- (2000) movie2.avi
- (2001) movie3.avi
- (2003) movie1.avi
and then I would need a plugin to sort files by the second name
2. Defining a column to swap the year with the name
In the "customs column view" I cant find an option to use any functions like substr(name,index("(",name),6)
where substr(string,index,count) would return the substring counting "count" characters starting from "index"
and index(susbstr,string) would return the index of "substr" into "string"
I think a plugin for this would be better than defining a new column - which I dont have much space for.
By the way, anyone knows if there are filesystems that suport multiple file names? (and I'm not talking about symbolic links) where the second, third, etc names would be stored into the file alocation table or into a XML, one XML for each folder
Or its just me a weirdo that I fantasize too much?
