- Jun 25, 2019
-
-
Hugo Beauzée-Luyssen authored
So the logic to avoid encoding ':' when part of a drive letter can kick in
-
Hugo Beauzée-Luyssen authored
This actually adds tests for toMrl, which were missing before.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This is currently not supported for the vmem thumbnailer though.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #99
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Jun 20, 2019
-
-
Hugo Beauzée-Luyssen authored
Whether we're using libvlc or not is irrelevent for this case.
-
- Jun 19, 2019
-
-
Hugo Beauzée-Luyssen authored
closes #98
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Now that we can get the thumbnail path based on the thumbnail id alone, we don't have to fiddle with what kind of entity was removed
-
Hugo Beauzée-Luyssen authored
This is possible now that we always create a failure record before starting the generation. It's more deterministic since we now always know the thumbnail's path for sure, as it's linked 1:1 with the database entry
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #98
-
Hugo Beauzée-Luyssen authored
refs #98
-
Hugo Beauzée-Luyssen authored
Otherwise the information gets lost, and there's no way for the user to know which size got generated. refs #98
-
Hugo Beauzée-Luyssen authored
Even if a thumbnail was generated before, so as to allow the users to update the thumbnails based on the playback progress refs #98
-
Hugo Beauzée-Luyssen authored
refs #98
-
Hugo Beauzée-Luyssen authored
refs #98
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Media, Album & Artist can now have multiple thumbnail, of different size types. This rollbacks the previous changes of model version 17, which is only used in the iOS beta for now. refs #98
-
Hugo Beauzée-Luyssen authored
Pass the (hardcoded, for now) values to the Task constructor Refs #88
-
Hugo Beauzée-Luyssen authored
There is no guaranty that we will have a thumbnail to link.
-
Hugo Beauzée-Luyssen authored
So it doesn't conflict with the thumbnail() member function
-
Hugo Beauzée-Luyssen authored
Instead of fetching them all only to count the number of results. It will soon be impossible to fetch the thumbnail independently of their associated entities refs #98
-
Hugo Beauzée-Luyssen authored
We must mark the thumbnail as not owned, otherwise the "relative path" logic kicks in, and we end up with a non empty mrl.
-
Hugo Beauzée-Luyssen authored
The mrl is enough, now that we also provide the destination path
-
Hugo Beauzée-Luyssen authored
As it is unused
-
Hugo Beauzée-Luyssen authored
As we will soon need more than just a media. Refs #98
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
We now flush the thumbnails as well when doing a rescan, so there is no need to migrate those anymore
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-