Commit graph

13 commits

Author SHA1 Message Date
Andreas Mieke e0d52625f2 fix(regex): Fix show regex to work better with downloaded anime 2024-02-21 10:01:12 -05:00
Andreas Mieke 7c10c8c90a chore: Update version for release 1.0.0 2023-12-28 18:31:07 +01:00
Andreas Mieke 90fe595282 doc: Add README and LICENSE 2023-11-16 02:39:06 +01:00
Andreas Mieke 78c2ac3459 fix(win): Fix crash on start on Windows 2023-11-16 01:13:05 +01:00
Andreas Mieke 676c922a3a doc: Adding some comments for documentation 2023-11-14 17:34:18 +01:00
Andreas Mieke 72baadbec7 feat(shows): Implement show matcher
Now implemented show matcher, and actual file mover
2023-11-07 18:41:00 +01:00
Andreas Mieke 41ef59ff93 feat(movie): Remove Show references
Remove show references from the movie matcher
2023-11-06 23:16:39 +01:00
Andreas Mieke 18882983a2 feat(movie): Finish movie parser
Finish movie parser, not yet implemented actual moving.
Also not yet implemented series.
2023-11-06 23:12:19 +01:00
Andreas Mieke 0ecd7378ce feat(api): Add TMDB API calls 2023-11-06 02:51:06 +01:00
Andreas Mieke cb687fa808 feat(media): Implement directory listing
Work on tokenizing file names for TMDB API calls in future.
2023-11-05 17:19:01 +01:00
Andreas Mieke 2b47cf5321 feat(dirlist): Add listing of directory 2023-11-02 19:25:54 +01:00
Andreas Mieke d09c1d60f9 feat(config): Add --first-run flag
Add flag to run the first run wizard again, even if config already
exists.
2023-11-02 11:47:23 +01:00
Andreas Mieke b7a47519b5 feat(config): Add config loading/saving
Also adding a first time run wizard, which creates the config if it does
not exist yet.
2023-11-02 03:19:05 +01:00