47 Commits

Author SHA1 Message Date
Maximilian Wagner
ef4e15b1ba Manual ingest skips files that are not mp3 or mp4 now 2023-08-11 08:03:18 +02:00
Maximilian Wagner
46d1804288 Forgot to add ingest button. Is now in library between playlists and single videos. 2023-08-10 13:03:47 +02:00
Maximilian Wagner
3ff34c1c4e Added manual ingest from disk 2023-08-10 12:53:33 +02:00
Maximilian Wagner
6c46cf0e38 HTML title had the hyphen in the wrong place 2023-08-05 22:02:50 +02:00
Maximilian Wagner
8f07db1b65 Minor rename 2023-08-05 20:00:15 +02:00
Maximilian Wagner
3b8536b654 Fix part 2 2023-08-05 19:01:25 +02:00
Maximilian Wagner
fcfa6bea95 Delete impossible fix 2023-08-05 19:00:13 +02:00
Maximilian Wagner
11697a56cc Changed win-style backslashes to unix-style forward slashes 2023-08-05 18:20:04 +02:00
Maximilian Wagner
7c234a72ba Changed Readme 2023-08-05 18:02:08 +02:00
Maximilian Wagner
c9d5fd538e Changed Readme 2023-08-05 17:57:53 +02:00
Maximilian Wagner
5812d9abde Changed deployment tutorial to TrueNAS Jail 2023-08-05 17:56:41 +02:00
Maximilian Wagner
f75a07dfc0 Forgot to add '/' and '|' to file name sanitization 2023-08-05 16:35:33 +02:00
Maximilian Wagner
37c1e655e0 Unsanitized file names in db but sanitized on disk fixed.
Mimetype fixed.
2023-08-05 16:29:37 +02:00
Maximilian Wagner
6f5d03f449 Changed Readme 2023-08-05 15:49:05 +02:00
Maximilian Wagner
6b796c52ba Changed Readme 2023-08-05 15:46:59 +02:00
Maximilian Wagner
306d3b6c88 Alot of misc changes and fixes. Titles with a forward slash are now being corrected for insert in db. 2023-08-05 15:46:27 +02:00
Maximilian Wagner
f6eb82ed6a Fixed downloads erroring out with private videos in playlist 2023-08-05 10:32:59 +02:00
Maximilian Wagner
7d18ab512b UI improvements 2023-08-05 01:52:50 +02:00
Maximilian Wagner
a72c9eac39 Playlist deletion is now possible. Titles that are in multiple playlists get saved from doom. New utils out of necessity. 2023-08-05 00:35:46 +02:00
Maximilian Wagner
5191c15692 TIL that browsers resolve '..' before requesting from server. Seems like it was secure after all. But I still fixed problems with special characters in file location passed in request. 2023-08-04 20:59:52 +02:00
Maximilian Wagner
59bacdbe6d Patched arbitrary file system access vulnerability and visual changes 2023-08-04 20:45:25 +02:00
Maximilian Wagner
9953ef8aab Minor navbar adjustment 2023-08-03 16:59:55 +02:00
Maximilian Wagner
0f2b607e88 Switched from flask-bootstrap to standalone Bootstrap 5 and overhaul of UI 2023-08-03 16:57:57 +02:00
Maximilian Wagner
d1489c134b removing now ignored .idea/ 2023-08-03 11:46:54 +02:00
Maximilian Wagner
fe62dc94f0 Changed gitignore to ignore all in .idea 2023-08-03 11:45:32 +02:00
Maximilian Wagner
3ccbcb6ee1 Changed README 2023-08-03 11:35:46 +02:00
Maximilian Wagner
cf9eaa45d8 Created port variable to make it foolproof. You never know. 2023-08-03 11:35:34 +02:00
Maximilian Wagner
eb72d36285 Bugfix: zipping did not skip existing files when appending archive 2023-08-03 11:03:58 +02:00
Maximilian Wagner
c03d0bd6d9 Download of Videos is now possible. Minor styling changes. 2023-08-03 10:50:16 +02:00
Maximilian Wagner
06bb8d22dd Changes in UI. Running downloads get listed on Index now. 2023-08-03 09:32:27 +02:00
Maximilian Wagner
b3f49fcacf Merge branch 'main' of github.com:maxweigner/yt-mls 2023-08-03 00:56:20 +02:00
Maximilian Wagner
8f82b9f128 Created start script 2023-08-03 00:53:49 +02:00
maxweigner
2ad0f15bda
Update README.md 2023-08-02 22:22:54 +02:00
Maximilian Wagner
d739a321d4 Minor visual changes 2023-08-02 22:10:55 +02:00
Maximilian Wagner
b4d37a1878 Removed unused requirement 2023-08-02 21:02:00 +02:00
Maximilian Wagner
ea79c36e49 Milestone v1.0
All core functionality working as intended
2023-08-02 20:56:47 +02:00
Maximilian Wagner
0e8d6b9875 DB adjustments and def update_process 2023-08-02 19:38:11 +02:00
Maximilian Wagner
582332b8f7 Rearrangements, new route and minor changes 2023-08-02 19:07:33 +02:00
Maximilian Wagner
ddf249cfe0 Alpha status reached.
Downloads get run in their own threads which are queued. Downloads of single files as well as zips of playlists are possible. Interaction with db has shown no problems.
2023-08-02 17:44:37 +02:00
Maximilian Wagner
9f292655b9 Working extraction of title and url of video and videos in channels / playlists 2023-07-31 14:01:34 +02:00
Maximilian Wagner
9929b34bdb Switched static labels and elements out for form.url and others 2023-07-30 14:07:00 +02:00
Maximilian Wagner
62ab798e7c Added working WTForm to get URL at /downloader 2023-07-30 13:59:11 +02:00
Maximilian Wagner
1f070ece5d Working list of songs in library 2023-07-29 23:22:48 +02:00
Maximilian Wagner
ee47dcaf00 Added requirements.txt 2023-07-29 19:16:12 +02:00
Maximilian Wagner
93dac70c86 Basic structute built 2023-07-29 18:10:49 +02:00
Maximilian Wagner
df98376456 Added auto-generated .gitignore 2023-07-29 10:31:45 +02:00
maxweigner
0c005f7297
Initial commit 2023-07-29 10:19:00 +02:00