home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Watch / Listen Media
Listen Music
Sorting My Music folder
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Koudijs" data-source="post: 134662" data-attributes="member: 28616"><p>I checked the code for the current implementation of the sort function within My Music and discovered the following:</p><p></p><p>In the Shares view the sort method is saved in the database on a per directory basis.</p><p></p><p>For all database views (Genres till Songs) the sort method is not saved, as reported before in this forum. As long as Mediaportal is running the sort method is stored on a per level basis. A level is a line in the Music->Music Views configuration in Setup (e.g. I configured the Artists view as Artist:Album:Track so this makes three levels). By changing the sort method of a specific level and view all corresponding levels of the other views are changed as well.</p><p></p><p>The current implementation is in my opinion not very usefull and therefore I modified it based on the method I already described in my previous post. I created a fixed relation between the Selection column in Music->Music Views and the used sort method:</p><p></p><p>[CODE][B]Selection[/B] [B]Sort[/B]</p><p>album Album</p><p>artist Artist</p><p>title Title,</p><p>genre Name,</p><p>year Name,</p><p>track Track,</p><p>timesplayed Rating</p><p>rating Rating</p><p>favorites Name[/CODE]</p><p></p><p>The fields that are displayed for the different sort methods can still be configured in Music->Music Sort. To make the change I performed a bit clearer I added some screenshots:</p><p></p><ol> <li data-xf-list-type="ol">Artists view; artist selection (level 1); automatically sorted by artist</li> <li data-xf-list-type="ol">Artists view; album selection (level 2); automatically sorted by album</li> <li data-xf-list-type="ol">Artists view; track selection (level 3); automatically sorted by track</li> <li data-xf-list-type="ol">Songs view; title selection (level 1); automatically sorted by title</li> </ol><p></p><p>This implementation has not the maximum flexibility but gives a better useability without additional configuration.</p><p></p><p>I invite all of you to give your opinion about this. After that I would like to commit my changes to SVN.</p><p></p><p></p><p>Regards,</p><p>Jan</p></blockquote><p></p>
[QUOTE="Koudijs, post: 134662, member: 28616"] I checked the code for the current implementation of the sort function within My Music and discovered the following: In the Shares view the sort method is saved in the database on a per directory basis. For all database views (Genres till Songs) the sort method is not saved, as reported before in this forum. As long as Mediaportal is running the sort method is stored on a per level basis. A level is a line in the Music->Music Views configuration in Setup (e.g. I configured the Artists view as Artist:Album:Track so this makes three levels). By changing the sort method of a specific level and view all corresponding levels of the other views are changed as well. The current implementation is in my opinion not very usefull and therefore I modified it based on the method I already described in my previous post. I created a fixed relation between the Selection column in Music->Music Views and the used sort method: [CODE][B]Selection[/B] [B]Sort[/B] album Album artist Artist title Title, genre Name, year Name, track Track, timesplayed Rating rating Rating favorites Name[/CODE] The fields that are displayed for the different sort methods can still be configured in Music->Music Sort. To make the change I performed a bit clearer I added some screenshots: [LIST=1] [*]Artists view; artist selection (level 1); automatically sorted by artist [*]Artists view; album selection (level 2); automatically sorted by album [*]Artists view; track selection (level 3); automatically sorted by track [*]Songs view; title selection (level 1); automatically sorted by title [/LIST] This implementation has not the maximum flexibility but gives a better useability without additional configuration. I invite all of you to give your opinion about this. After that I would like to commit my changes to SVN. Regards, Jan [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
Listen Music
Sorting My Music folder
Contact us
RSS
Top
Bottom