- Nov 28, 2019
-
-
Hugo Beauzée-Luyssen authored
Some devices are rather slow to seek, so give them a bit more time.
-
Hugo Beauzée-Luyssen authored
The vlc media is not preparsed so the duration was always 0
-
Hugo Beauzée-Luyssen authored
-
- Nov 26, 2019
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
fix #162
-
Hugo Beauzée-Luyssen authored
Even if the previous one failed. fix #122
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
And use status() instead
-
Hugo Beauzée-Luyssen authored
refs #122
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #122
-
Hugo Beauzée-Luyssen authored
refs #122
-
- Nov 25, 2019
-
-
Hugo Beauzée-Luyssen authored
refs #122
-
Hugo Beauzée-Luyssen authored
This way the caller might know why the thumbnail generation failed refs #122
-
Hugo Beauzée-Luyssen authored
Which will be used to provide a finer report on thumbnail states refs #122
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #122
-
- Nov 22, 2019
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
It was only used by test code
-
Hugo Beauzée-Luyssen authored
And prefix it with media_ Fix #131
-
- Nov 21, 2019
-
-
Hugo Beauzée-Luyssen authored
-
- Nov 20, 2019
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Sorting media by number of tracks they contain makes no sense
-
Hugo Beauzée-Luyssen authored
Fix #184
-
Hugo Beauzée-Luyssen authored
And rename it to artist_has_tracks_present fix #183
-
Hugo Beauzée-Luyssen authored
And rename it from is_album_present to album_is_present refs #183
-
Hugo Beauzée-Luyssen authored
And rename it to media_update_device_presence
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Which would cause us to attempt a database creation on an existing database, which is bound to failure
-
Fix #186
-
Hugo Beauzée-Luyssen authored
Keep the members associated to background jobs last, in order for them to be able to use the various callbacks during the deletion.
-
-
refs #182
-
refs #182
-
This was causing the DatabaseHelper::destroy() method to destroy all episodes for the given ID, instead of treating that ID as the primary key for the ShowEpisode table
-
-