Page 1 of 1

"Next" button in New list

Posted: Tue Jul 05, 2011 8:07 pm
by jeremy
Hey Willem--

You know, I use the "New" view of my media almost exclusively, but I often wish I could see beyond the end of the list. Would it be possible to add a "Next" button so the user could essentially browse their entire catalog in order of date added?

Jeremy

Re: "Next" button in New list

Posted: Tue Jul 05, 2011 11:13 pm
by wbartels
Hello Jeremy,

I have added this feature on the to do list.
In the meantime you could make a small modification to the index.php script around line 1641 and change the LIMIT from 50 to 100 or something:
$query = mysqli_query($db, 'SELECT artist, artist_alphabetic, album, album_id
FROM album
WHERE album_add_time
ORDER BY album_add_time DESC
LIMIT 100');
Good luck,

Willem

Re: "Next" button in New list

Posted: Wed Jul 06, 2011 8:19 pm
by jeremy
Great! Thanks, Willem.

Re: "Next" button in New list

Posted: Sat Jul 28, 2012 6:17 pm
by wbartels
jeremy wrote:Hey Willem--

You know, I use the "New" view of my media almost exclusively, but I often wish I could see beyond the end of the list. Would it be possible to add a "Next" button so the user could essentially browse their entire catalog in order of date added?

Jeremy
This will be implemented in netjukebox 6.00

Re: "Next" button in New list

Posted: Sat Sep 14, 2013 12:55 pm
by wbartels
Implemented in netjukebox 6.00 alpha