- 09 Nov, 2021 10 commits
-
-
It will return true if the playCount was set to 0, and if lastPosition is negative which means the media was never played or that it ended (in that case, the playCount won't be equal to 0) Ref. #388
-
Hugo Beauzée-Luyssen authored
Fix #386
-
Hugo Beauzée-Luyssen authored
refs #386
-
Hugo Beauzée-Luyssen authored
Refs #386
-
Hugo Beauzée-Luyssen authored
In case media_id was not used in the request, show_id wasn't usable causing the index to be partially useless at best. Refs #386
-
Hugo Beauzée-Luyssen authored
refs #386
-
Hugo Beauzée-Luyssen authored
refs #386
-
Hugo Beauzée-Luyssen authored
refs #386
-
Hugo Beauzée-Luyssen authored
refs #386
-
Hugo Beauzée-Luyssen authored
refs #386
-
- 03 Nov, 2021 15 commits
-
-
Hugo Beauzée-Luyssen authored
refs #386
-
Hugo Beauzée-Luyssen authored
refs #386
-
Hugo Beauzée-Luyssen authored
refs #386
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #386
-
Hugo Beauzée-Luyssen authored
Fix #385
-
Hugo Beauzée-Luyssen authored
refs #385
-
Hugo Beauzée-Luyssen authored
refs #385
-
Hugo Beauzée-Luyssen authored
Refs #385
-
Hugo Beauzée-Luyssen authored
Since this is what it indexes now
-
Hugo Beauzée-Luyssen authored
last_played_date already has its own dedicated index, so do not index it a 2nd time. This also allows ordering by insertion_date to leverage the index, while it wouldn't have before since the colum was the second one. refs #385
-
Hugo Beauzée-Luyssen authored
refs #385
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #385
-
Hugo Beauzée-Luyssen authored
Fix #383
-
- 29 Oct, 2021 7 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Which will be helpfull each time we need to generate a migration test database
-
Hugo Beauzée-Luyssen authored
And add a way to specify how many artists we want
-
Hugo Beauzée-Luyssen authored
This version contains the sqlite3 CLI tool
-
Hugo Beauzée-Luyssen authored
More jobs will soon generate more files
-
Hugo Beauzée-Luyssen authored
Instead of having a different variable for each manually triggered job (which would grow exponentially as we add more manual jobs) rely on a common variable that hold the name of the job
-
- 27 Oct, 2021 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 19 Oct, 2021 5 commits
-
-
Hugo Beauzée-Luyssen authored
Refs #372
-
Hugo Beauzée-Luyssen authored
Fix #372
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #372
-
Hugo Beauzée-Luyssen authored
Since an album track is denoted by the media.subtype column, we will need to monitor this field as well to update the nb_tracks field, and can't assume that an album track removal will lead to a media deletion. The subtype is more likely to be updated. It's also clearer to have a dedicated trigger for a dedicated task refs #372
-