home · contact · privacy
ytplom
11 hours ago Christian HellerFrom /files path filtering, remove case sensitivity. master
11 hours ago Christian HellerIn /files view, also show file sizes.
12 hours ago Christian HellerTo /files view, add "play" button for immediate playing...
12 hours ago Christian HellerFix sync script bug of adding paths rather than lists...
12 hours ago Christian HellerReplace PathStr hassles with pathlib.Path.
16 hours ago Christian HellerOn playlist view, if playlist empty, force Player ...
16 hours ago Christian HellerGet rid of unnecessary "./" prefixes to VideoFile.rel_path.
17 hours ago Christian HellerTo files view, add VideoFile.present filter.
19 hours ago Christian HellerDon't try to sync file missing on both sides.
20 hours ago Christian HellerAdd basic filtering by filename to /files view.
23 hours ago Christian HellerEnforce proper mpv window closing even on direct keystr...
25 hours ago Christian HellerAdd up/down movement of playlist entries.
26 hours ago Christian HellerAllow greater playlist control even if mpv not directly...
27 hours ago Christian HellerAdd playlist jumping.
27 hours ago Christian HellerImprove/simplify templating.
28 hours ago Christian HellerReduce reliance on mpv.py conveniences for raw libmpv...
2 days ago Christian HellerRefactor redirects.
2 days ago Christian HellerReduce dependency on DownloadsManager for mere VideoFil...
2 days ago Christian HellerLink playlist entries to file data pages.
2 days ago Christian HellerMore broadly use .rel_path for ID'ing VideoFiles, base6...
2 days ago Christian HellerSome variable renamings for better clarity.
2 days ago Christian HellerAdd Config class reading from DEFAULTS, environ, and...
2 days ago Christian HellerRefactor DownloadsDb (now DownloadsManager).
2 days ago Christian HellerFix breakages due to previous unfinished commit.
2 days ago Christian HellerRefactor page naming.
3 days ago Christian HellerUpdate sync script, prefer rows with newer .last_update.
3 days ago Christian HellerFix installer breaking on new install due to missing...
4 days ago Christian HellerAdd files.last_update field to renew on file.flags...
4 days ago Christian HellerFor sync script, download remote DB temporarily into...
4 days ago Christian HellerInclude sync script in installation, denoise shell...
4 days ago Christian HellerFix mypy issue with jinja2 import.
4 days ago Christian HellerEnsure thumbnail directory exists when retrieving on...
4 days ago Christian HellerHave install.sh also place executable code, including...
5 days ago Christian HellerReplace install.py by a short shell script.
5 days ago Christian HellerCreate initial migration.
5 days ago Christian HellerRemove exception type not used for any actual different...
5 days ago Christian HellerTo prepare for migrations, add database version check.
5 days ago Christian HellerMove app-relevant data into ~/.local/share/, add instal...
5 days ago Christian HellerRefactor checks and reactions to paths existing, possib...
5 days ago Christian HellerImprove exception handling.
5 days ago Christian HellerImprove templating modularity.
6 days ago Christian HellerAdd file deletion via "delete" flag.
6 days ago Christian HellerAdd .flags field to VideoFile and their table, page...
6 days ago Christian HellerChange "video_about" namens into "yt_video" or variatio...
6 days ago Christian HellerAdd script for syncing between local and remote instances.
6 days ago Christian HellerThrow out unfinished broadcasts from query results.
8 days ago Christian HellerPrepare sync infrastructure.
8 days ago Christian HellerModularize.
8 days ago Christian HellerUpdate requirements.
8 days ago Christian HellerUse UUID for queries table .id field, to reduce relianc...
9 days ago Christian HellerClean up code, path references.
9 days ago Christian HellerAdd "files" table to store what files to expect in...
10 days ago Christian HellerRefactor ensurance of expected directories.
10 days ago Christian HellerTry retrieving thumbnails if not stored locally yet.
10 days ago Christian HellerRefactor download stuff into DownloadsDb class.
2024-11-15 Christian HellerProperly handle download options where download is...
2024-11-15 Christian HellerImprove video_about page.
2024-11-15 Christian HellerRemove unused TypeVar.
2024-11-15 Christian HellerFix broken SQL code.
2024-11-15 Christian HellerRemove unused directory.
2024-11-15 Christian HellerMove quota logging into sqlite DB, too.
2024-11-15 Christian HellerTreat absence of yt_videos row and thumbnail files...
2024-11-15 Christian HellerMove query and query result/video data into sqlite DB.
2024-11-12 Christian HellerIn playlist view, autofocus pause/resume button.
2024-11-12 Christian HellerFix template reference.
2024-11-12 Christian HellerAdd previously forgotten template.
2024-11-12 Christian HellerAdd MPV playlisting.
2024-11-11 Christian HellerMinor formal fixes.
2024-11-11 Christian HellerMinor typing fix.
2024-11-11 Christian HellerRefactor and add single video data view, only allow...
2024-11-11 Christian HellerFix bug of queries index getting appended to all other...
2024-11-11 Christian HellerAdd /videos listing of downloaded videos.
2024-11-10 Christian HellerFurther harden type safety.
2024-11-10 Christian HellerRefactor code.
2024-11-09 Christian HellerImprove code.
2024-11-09 Christian HellerImprove code style.
2024-11-05 Christian HellerLimit download video resolution to max. full HD.
2024-10-20 Christian HellerInitial commit.