XBMC Community Forum
Movie Sets Collection Grouping for Video Database Library Custom Sort Order Filters? - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: Feature Suggestions (/forumdisplay.php?fid=9)
+--- Thread: Movie Sets Collection Grouping for Video Database Library Custom Sort Order Filters? (/showthread.php?tid=14476)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22


- NotShorty - 2008-01-01 22:04

Any news? This seems like a feature that lots of people would want...


- gamerzhaven81 - 2008-01-03 23:31

I haven't had any luck on it, but I'm not very good with C++ so don't hold your breath on me...if anyone else is able to do this feel free.


- clackerdacker - 2008-07-13 23:34

Does anyone know if anything happened on this?


- kraqh3d - 2008-07-14 00:01

no, nothings been done for this, but it is something on my personal todo list. im curious if people use the "edit title" and for what? do you use it to correct movie titles? if so, thats the wrong way to do it. you should use video info -> refresh -> manual movie title entry. or is it used to customize the title for things like this?

if its to correct sorting "anomalies", the plan would be to add a new table to the database that links against the movie-id. this table would contain the custom sort title. it would never be displayed, only used for sorting decisions.

would something like this remove the need for the "edit title" function? the video library context menu is getting really large.


- spiff - 2008-07-14 08:15

no. edit title is for when you think the original formatting sucks arse, e.g. sequels numbered using roman numbers but you want to use "normal" ones. do not remove, it is highly usable


- jmarshall - 2008-07-14 08:35

Perhaps move it in to the new "video info that can edit bloody everything dialog"? I'll start discussing this with Jezz_X as it fits in quite nicely with the in-place edit control stuff.


- kraqh3d - 2008-07-14 16:38

spiff, that's what i've used it for, but i was curious what the general user populace was using it for. it's definately time for a nice editor dialog. the custom sort-only title would just be another field that can be edited.

On a related note, I've been considering changing the "Ignore The" sorting code. I find it a little awkward to see titles with "The" randomly in the listing. I was considering having the code that populates the items with the query results to change the label into this format: "Foo, The". this would mean we dont need any special sorting algorithms.

And Video Files view adheres to the "Ignore The" setting, but Music doesn't. This should be consistent.


- jmarshall - 2008-07-14 23:37

Sure, that's an option that I wouldn't be adverse to. What do others think?

Oh, and I'd ignore it in filesview and just sort plain.


- clackerdacker - 2008-07-27 01:58

Cool!

Thanks guys, maybe Æon Flux will actually appear at the beginning of the list and not the end when it has a sort title of Aeon Flux ;-)


- clackerdacker - 2008-07-27 11:40

kraqh3d Wrote:spiff, that's what i've used it for, but i was curious what the general user populace was using it for. it's definately time for a nice editor dialog. the custom sort-only title would just be another field that can be edited.

On a related note, I've been considering changing the "Ignore The" sorting code. I find it a little awkward to see titles with "The" randomly in the listing. I was considering having the code that populates the items with the query results to change the label into this format: "Foo, The". this would mean we dont need any special sorting algorithms.

And Video Files view adheres to the "Ignore The" setting, but Music doesn't. This should be consistent.

I'm all for the ', The' option. I personally create my .NFO files from my DVD Profiler XML export using a C# app I've put together so I already have access to the sort title from there. Will there be a new .NFO file node to store this when we get to it? Any idea on timings?