koto/src/indexer
Joshua Strobl 34ca201121 Implemented no albums view and improved indexing of file content directly within an artist.
Every KotoArtist now has a dedicated KotoPlaylist that is dynamically generated during KotoArtist initialization and contains references to all KotoTracks.

Fixed weird parsing error with some track names that had single quote (ew) and made changes so various parts of the UX would not freak out when we didn't have an album associated with a track.
2021-07-06 13:06:20 +03:00
..
album.c Implement mutli-Library support. 2021-06-22 16:48:13 +03:00
artist-playlist-funcs.h Implemented no albums view and improved indexing of file content directly within an artist. 2021-07-06 13:06:20 +03:00
artist.c Implemented no albums view and improved indexing of file content directly within an artist. 2021-07-06 13:06:20 +03:00
file-indexer.c Implemented no albums view and improved indexing of file content directly within an artist. 2021-07-06 13:06:20 +03:00
library.c Fix path fetching for Tracks. 2021-06-29 12:57:52 +03:00
structs.h Implemented no albums view and improved indexing of file content directly within an artist. 2021-07-06 13:06:20 +03:00
track-helpers.c Implement mutli-Library support. 2021-06-22 16:48:13 +03:00
track-helpers.h Implement mutli-Library support. 2021-06-22 16:48:13 +03:00
track.c Implemented no albums view and improved indexing of file content directly within an artist. 2021-07-06 13:06:20 +03:00