- 29 Jan, 2018 5 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Clarify the difference between nbAlbums & albums().size()
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
As described and asserted a few lines above, the candidate album AlbumArtist can't be nullptr
-
- 26 Jan, 2018 6 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This is now handled by a specific task table in DB
-
Hugo Beauzée-Luyssen authored
We use this for entities ID which are always 64bits integers
-
Hugo Beauzée-Luyssen authored
-
- 25 Jan, 2018 4 commits
-
-
Hugo Beauzée-Luyssen authored
All unit tests used to start the notifier, while it's only needed for a single set of tests
-
Hugo Beauzée-Luyssen authored
We never run the parser from unit tests
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 24 Jan, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
Until VLC handles those without lua, we can't do much with those files
-
- 23 Jan, 2018 15 commits
-
-
Hugo Beauzée-Luyssen authored
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
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
As opposed to the previous strategy, which was requiring every artist to have at least an album
-
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
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This doesn't contain the migration code as there is more changes to come into the Artist table, and those change would basically roll back most of this commit associated migration code
-
Hugo Beauzée-Luyssen authored
-
- 19 Jan, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
So that we don't break the logic for released versions
-
- 03 Jan, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
In order not to confuse them with media we failed to parse
-
- 29 Dec, 2017 6 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
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)
-
Hugo Beauzée-Luyssen authored
Relying on foreign keys might not work of something is poorly tagged/analyzed.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-