Hi everybody,
I installed netjukebox yesterday and got it up and running without problems.
But i was wondering, is there a way to give a user a queue limit (like 3 songs per user/IP per ## minutes) ?
At this moment, users can request 100 songs. That's not fine for other users who want to request songs too but dont want to wait that long before they can listen to their selected songs.
user queue limit ?
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
This is not possible with the current database information.
At the moment (netjukebox 4.06) the play/stream counter is album based.
In netjukebox 5.00 the counter database will also have a flag id witch gives some more information about the user activity:
With my current use it will have approximately 60.000 records after one year.
It will also increase the flexibility for statistics like the most popular track last week/month/year.
I don't know yet if I will implement something like that.
At the moment (netjukebox 4.06) the play/stream counter is album based.
In netjukebox 5.00 the counter database will also have a flag id witch gives some more information about the user activity:
When making the counter database track based it will increase enormously.flag 0 = play/add
flag 1 = stream
flag 2 = download
flag 3 = cover
flag 4 = record
With my current use it will have approximately 60.000 records after one year.
It will also increase the flexibility for statistics like the most popular track last week/month/year.
I don't know yet if I will implement something like that.