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
Album view: Display artist when sorted by date
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="750913372" data-source="post: 814629" data-attributes="member: 95956"><p>Hi,</p><p></p><p>Here's the latest status:</p><p></p><p>Due to the tests here above (OK with 1000 albums, not OK with 1800 albums), I really think it's linked to music DB size.</p><p></p><p>So I tried the following: with SQLite DB Browser, I execute the same SQL command as MP:</p><p> select * from tracks group by strAlbum, strAlbumArtist order by dateAdded desc Limit 100</p><p>It took almost 15 seconds to have the results but with the SQL command:</p><p> select strAlbum, strAlbumArtist, dateAdded from tracks group by strAlbum, strAlbumArtist order by dateAdded desc Limit 100;</p><p>it was instantaneous.</p><p></p><p>Do you think it's possible to optimize the SQL command by only selecting the fields you need to display the info, navigate between view levels and play the album ?</p><p></p><p>Thank you.</p></blockquote><p></p>
[QUOTE="750913372, post: 814629, member: 95956"] Hi, Here's the latest status: Due to the tests here above (OK with 1000 albums, not OK with 1800 albums), I really think it's linked to music DB size. So I tried the following: with SQLite DB Browser, I execute the same SQL command as MP: select * from tracks group by strAlbum, strAlbumArtist order by dateAdded desc Limit 100 It took almost 15 seconds to have the results but with the SQL command: select strAlbum, strAlbumArtist, dateAdded from tracks group by strAlbum, strAlbumArtist order by dateAdded desc Limit 100; it was instantaneous. Do you think it's possible to optimize the SQL command by only selecting the fields you need to display the info, navigate between view levels and play the album ? Thank you. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
Listen Music
Album view: Display artist when sorted by date
Contact us
RSS
Top
Bottom