Commit Graph

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