Getting started
This commit is contained in:
parent
5a88cf3609
commit
ccca17ae58
3 changed files with 2 additions and 15 deletions
|
|
@ -1,13 +0,0 @@
|
|||
Prebuilt preset conventions:
|
||||
|
||||
"Name Here"
|
||||
- Should be 100% plug and play, and should represent the most common uses of ytdl-sub
|
||||
- One version for each of the 3 supported players (Kodi, jellyfin, plex)
|
||||
- For each of the main sources (youtube, soundcloud, bandcamp)
|
||||
|
||||
name_here
|
||||
- Should provide minor add-ons/adjustments to already working presets
|
||||
- Can't be used stand-alone
|
||||
|
||||
_name_here
|
||||
- For behind the scenes presets that aren't expected to be in common use
|
||||
|
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
presets:
|
||||
|
||||
best_video_quality:
|
||||
|
|
|
|||
2
src/ytdl_sub/prebuilt_presets/plans.txt
Normal file
2
src/ytdl_sub/prebuilt_presets/plans.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Rename presets to "Name Here"
|
||||
Have new name for presets inheret the old ones
|
||||
Loading…
Reference in a new issue