FreeTube
FreeTube copied to clipboard
[Feature Request]: More Command Line Arguments
Guidelines
- [X] I have searched the issue tracker for open and closed issues that are similar to the feature request I want to file, without success.
- [X] I have searched the documentation for information that matches the description of the feature request I want to file, without success.
- [X] This issue contains only one feature request.
Problem Description
I'd like to be able to use command line arguments with FreeTube
Proposed Solution
Add the following comnands/arguments
open new window | an argument that opens a new window |
search freetube | a command that searches a given query |
export subscriptions | a command that exports subscriptions. (Should it export to different files, ex: newpipe subscriptions?) |
help | display different commands/arguments available |
Alternatives Considered
Dont add more command line arguments
Issue Labels
ease of use improvement, improvement to existing feature
Additional Information
No response
a command that downloads a video (would we want to implement this since ytdl already exists?)
Probably not, as youtube-dl and yt-dlp already exist and have many more options and features, as they are dedicated download tools.
All the other suggestions look good though.
I requested command line search in 2021. Hopefully this gets some traction as launching YT searches straight from dmenu that open up freetube would be great.
To make FreeTube more usable (which in almost all circumstances means: faster), I use a Autohotkey script as a workaround to start a search.
LALT & y::
Run, <yourpathhere>FreeTube.exe
WinWait, Abonnements - FreeTube ;window name may be different in other languages
WinActivate
Sleep, 200
Send, !d ;set focus on search box
Sleep, 200
Send, %yourvariable% ;must contain the search argument(s)
Sleep, 200
Send, {Enter}
return
exporting subscriptions/playlists from the command line would be great for automated backups