Age | Commit message (Expand) | Author |
2021-06-15 | Load config outside of main to keep uwsgi working | Dylan Garrett |
2021-06-13 | Add detail about copying audiobook files | Dylan Garrett |
2021-06-13 | Merge remote-tracking branch 'origin/master' into static-generation | Dylan Garrett |
2021-06-13 | Move base_url to config. Add README info about config override | Dylan Garrett |
2021-06-13 | Update README for static generation | Dylan Garrett |
2021-06-09 | Merge pull request #2 from dgarrett/show-author-optional-filename | Jordan |
2021-06-09 | Always load one or the other config | Dylan Garrett |
2021-06-09 | Move to real render_template | Dylan Garrett |
2021-06-09 | Cleanup config and allow passing as json on terminal | Dylan Garrett |
2021-06-09 | Merge remote-tracking branch 'origin/master' into static-generation | Dylan Garrett |
2021-06-09 | Demonstrate SHOW_PATH in app.cfg.example | Dylan Garrett |
2021-06-09 | Make showing path optional | Dylan Garrett |
2021-06-09 | Don't need to escape author | Dylan Garrett |
2021-06-07 | Merge pull request #1 from dgarrett/fix-sort | Jordan |
2021-06-07 | Fix sort | Dylan Garrett |
2021-06-07 | Put the Author instead of the filename in the index | Dylan Garrett |
2021-06-07 | Fix sort | Dylan Garrett |
2021-06-06 | Allow base_url with no app.cfg | Dylan Garrett |
2021-06-06 | Ignore static dir | Dylan Garrett |
2021-06-06 | Fix string | Dylan Garrett |
2021-06-06 | Allow setting scan dir from terminal | Dylan Garrett |
2021-06-06 | Takes base URL and static location from args | Dylan Garrett |
2021-06-06 | Copy files to expected path | Dylan Garrett |
2021-06-06 | Some hacks. But generates some static rss feeds | Dylan Garrett |
2021-02-19 | readme | Jordan |
2021-01-22 | lower() extension before support check | Jordan |
2020-12-05 | use os.scandir() over os.walk(), better performance | Jordan |
2020-09-23 | update name to roka, support --scan, cleanup | Jordan |
2020-09-01 | satisfy RFC822 (XML pubDate) | Jordan |
2020-08-15 | hash/process tracks in order; sorted os.listdir() | Jordan |
2020-07-15 | rebuild.py comments/corrections | Jordan |
2020-07-11 | classify rebuild.py, optimize logic | Jordan |
2020-07-09 | trim README | Jordan |
2020-07-09 | housekeeping | Jordan |
2020-06-27 | documentation | Jordan |
2020-06-27 | housekeeping | Jordan |
2020-06-27 | housekeeping | Jordan |
2020-06-22 | generalize extension, MP3 -> track | Jordan |
2020-06-17 | revert to non-bootstrap CSS, i miss it | Jordan |
2020-06-16 | rm prettify, correct quote/apos escape | Jordan |
2020-06-10 | housekeeping, reorganization | Jordan |
2020-06-10 | container-fluid -> container | Jordan |
2020-06-10 | rm duplicate container | Jordan |
2020-06-10 | rm path from index table, table format | Jordan |
2020-06-09 | use bootstrap, send_static() | Jordan |
2020-05-28 | cleanup, reload cache between requests (TODO: use getmtime()) | Jordan |
2020-05-12 | fix: use parsed cache rather than its path w/ get_books() call | Jordan |
2020-05-12 | CACHE_PATH -> JSON_PATH, book k/v assignment fix | Jordan |
2020-05-10 | housekeeping | Jordan |
2020-05-04 | use natural sort of files in RSS resp if 'ignore_tracknum' in book path | Jordan |