Commit Graph

24 Commits

Author SHA1 Message Date
6fed97f62c Remove executed field from QueueCommand 2019-03-20 10:56:44 +01:00
19c1c70cd3 fix all pylint complaints 2019-01-23 19:44:38 +01:00
585485b130 Visually separate regular and Marietje's queue
Original commit message:
Arrows and marietje part of queue updates
2019-01-16 17:58:58 +01:00
f6fcc63450 Song reporting and user stats 2018-12-14 16:59:44 +01:00
84bf2653c2 Add choices on Song.state 2018-11-23 16:26:21 +01:00
2a2316fb40 Try to fix autoqueue adoption #2 2018-11-23 15:28:54 +01:00
daf842ec62 Try to fix autoqueue adoption 2018-11-23 15:24:39 +01:00
a692106c5b Disallow duplicate queues 2018-11-23 15:17:29 +01:00
bac45e8b3d Set a str() for QueueCommand 2018-10-28 17:28:13 +01:00
383f12235a Add a db_index on PlaylistSong.user 2018-10-28 14:26:58 +01:00
dfd4752dea Use southern style queue limit 2018-04-09 18:06:12 +02:00
7daacc50bb queues: Add an index on PlaylistSong.state 2018-04-09 17:51:27 +02:00
9110a1d9e9 Implement traditional queue length restrictions 2017-11-02 19:23:30 +01:00
04cdce9ad4 Add more stats. 2017-10-05 18:07:09 +02:00
f6492a70df Fix race condition when requesting songs, causing them to get the same order value. 2017-10-05 18:07:09 +02:00
3abb39916d Add LIMIT_ALWAYS option which limits the queue length always 2017-10-05 18:06:43 +02:00
2a96b5eaf2 Merge branch 'feature/limit_hours' into 'master'
Limit hours when MAX_MINUTES_IN_A_ROW is in effect.

See merge request !8
2017-06-12 15:24:36 +02:00
43fe38404f Limit hours when MAX_MINUTES_IN_A_ROW is in effect. 2017-06-12 15:17:36 +02:00
df1a31efb7 Add maximum length a person can queue in a row. 2017-06-01 14:13:25 +02:00
a5c2331bcf Volume control from the web interface. 2017-01-30 16:39:25 +01:00
1b3c335511 Fix user not showing in list of songs. 2017-01-22 18:12:22 +01:00
0b3cdb2ade Minor fix in PlaylistSong.__str__, showing playlist_id instead of own id. 2017-01-21 20:42:34 +01:00
8e007adee9 Remove debugging print()s. 2017-01-20 19:03:55 +01:00
47e7b5b59c Initial commit. 2017-01-20 17:47:45 +01:00