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
"Next" button in New list
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: "Next" button in New list
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:
Willem
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:
Good luck,$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');
Willem
Re: "Next" button in New list
Great! Thanks, Willem.
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: "Next" button in New list
This will be implemented in netjukebox 6.00jeremy 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
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: "Next" button in New list
Implemented in netjukebox 6.00 alpha