Commit Graph

8 Commits (984e990103f31c701b33ac178c656c7c1e10abd4)

Author SHA1 Message Date
Isaac Abadi 4ea239170e If multiple videos exist in one URL, a playlist will be auto generated
Removed tomp3 and tomp4 routes, replaced with /downloadFile

Simplified category->playlist conversion

Simplified playlist creation

Simplified file deletion

Playlist duration calculation is now done on the backend (categories uses this now too)

removeIDFromArchive moved from subscriptions->utils

Added plumbing to support type agnostic playlists
4 years ago
Isaac Abadi 3f9314a0c3 Fixed bug where categories selection logic had an out of range exception 5 years ago
Isaac Abadi 6481102e01 Changes forEach loops in categorize() to regular for loops to facilitate early breaking 5 years ago
Isaac Abadi 1d5490c0ff Allows playlists to be categorized based on the first video that matches 5 years ago
Isaac Abadi 3318ac364d Code cleanup and changed proposed handling of existing tags for suggestions 5 years ago
Isaac Abadi 3aa08e1817 Added scaffolding for tags 5 years ago
Isaac Abadi fe7303a191 Replaced /audio and /video APIs with /stream that now requires a type parameter to simplify future code changes
getSubscription can now accept a subscription name instead of just an ID

Added API call to delete a category

Categories can now have a custom path

Minor code cleanup
5 years ago
Isaac Abadi 8595864118 Added basic categorization functionality in the server & UI 5 years ago