- 11 Dec, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
Use the generated record in the thumbnail table instead
-
- 06 Dec, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
refs #29
-
- 05 Dec, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
The migration is assuming network indexing wasn't present before now, and all existing files are local ones Fix #48
-
- 03 Dec, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
This allows folders to be listed based on the amount of audio media, video media, or both, instead of "any media" Fix #46
-
- 16 Oct, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
ref #42
-
Hugo Beauzée-Luyssen authored
ref #42
-
- 20 Sep, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
Which stores whether the thumbnail was generated by the medialibrary itself or not.
-
- 12 Sep, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 11 Sep, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
Drop AlbumArtistRelation table and only use the AlbumTrack table. This reduces the database size, simplifies the code, and increase the similarity between unittests & actual metadata parsing handling
-
- 03 Sep, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
The album now relies on the media is_present flag to compute its overall presence. This drops a layer of indirrection when (un)plugging a removable device
-
Hugo Beauzée-Luyssen authored
Bypass those tables and directly propagate the presence state in the media
-
- 26 Jul, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 24 Jul, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 23 Jul, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 16 Jul, 2018 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This can be used to avoid full table scans when knowing if a media is present in a playlist or not
-
Hugo Beauzée-Luyssen authored
So that we can use it for vacuuming old external media
-
- 13 Jul, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
Use External instead, since that's what they are
-
Hugo Beauzée-Luyssen authored
-
- 10 Jul, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 06 Jul, 2018 3 commits
-
-
Hugo Beauzée-Luyssen authored
Fix #36
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 05 Jul, 2018 4 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 30 May, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 29 Mar, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 28 Mar, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 05 Mar, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
We were leaving potentially scheduled parser tasks behind
-
- 26 Jan, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
This is now handled by a specific task table in DB
-
- 23 Jan, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 29 Dec, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
6 to 7 migration will remove all albums & artists anyway, so there's now no need to update their values during 5 -> 6. The test is removed as regardless of the migration, it would now yeild success due to the inversion of the condition when fetching present entities (is_present = 1 became is_present != 0)
-
- 26 Dec, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
This reverts commit 0fc6b3bb.
-
- 06 Dec, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 04 Dec, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
-