Commit Graph

17 Commits

Author SHA1 Message Date
evilchili
17a6dcb4d2 refactor media module, change --env to --root
This commit moves the media scanner out of the db module and into
a new module, media. We also change the --env parameter to --root,
which takes a path to a directory where the default configuration
and the transcoded media cache will live.
2022-12-31 12:43:48 -08:00
evilchili
83f32d82ed minor bugfixes, started the README 2022-12-21 23:40:09 -08:00
evilchili
6b53b11f0e fixing test env 2022-12-21 22:27:30 -08:00
evilchili
41a21671ca improved env loading 2022-12-21 21:16:06 -08:00
evilchili
7c82226ff9 refactor scanner, add progress bar 2022-12-21 15:17:13 -08:00
evilchili
4b6246096d Revert "adding cleanup of stale track entries"
This reverts commit 1a2506742f.
2022-12-10 10:20:30 -08:00
evilchili
1a2506742f adding cleanup of stale track entries 2022-12-10 10:14:06 -08:00
evilchili
e036eff4e2 removing add from cli 2022-12-06 16:34:58 -08:00
evilchili
53e102c8b2 wip web playback 2022-12-02 22:47:32 -08:00
evilchili
26b7fde93d WIP interactive shell 2022-11-30 00:09:23 -08:00
evilchili
10122063f3 WIP addition of interactive shell 2022-11-27 18:42:46 -08:00
evilchili
7ca1f69100 add CLI helpers, switch to bottle-sqlalchemy 2022-11-25 15:40:24 -08:00
evilchili
5f8ab8fe25 WIP adding CRUD operations for playlists 2022-11-24 13:45:09 -08:00
evilchili
935cb0a981 Add filesystem scanner 2022-11-20 16:26:40 -08:00
evilchili
a34fcc648b Refactoring, adding db context manager 2022-11-20 09:28:00 -08:00
evilchili
d67eee9121 Adding database support, basic reads 2022-11-20 01:00:54 -08:00
evilchili
e28a2ffb95 Initial commit. skeleton CLI and tests. 2022-11-19 15:14:12 -08:00