Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: More Command Line Arguments #4446

Open
3 tasks done
ChunkyProgrammer opened this issue Dec 12, 2023 · 5 comments
Open
3 tasks done

[Feature Request]: More Command Line Arguments #4446

ChunkyProgrammer opened this issue Dec 12, 2023 · 5 comments

Comments

@ChunkyProgrammer
Copy link
Member

Guidelines

  • I have searched the issue tracker for open and closed issues that are similar to the feature request I want to file, without success.
  • I have searched the documentation for information that matches the description of the feature request I want to file, without success.
  • 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?)
download video a command that downloads a video (would we want to implement this since ytdl already exists?)
helpdisplay 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

@absidue
Copy link
Member

absidue commented Dec 12, 2023

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.

@absidue
Copy link
Member

absidue commented Dec 12, 2023

All the other suggestions look good though.

@rhysday
Copy link

rhysday commented Dec 13, 2023

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.

@Salamimonster
Copy link

Salamimonster commented Feb 13, 2024

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

@jorp
Copy link

jorp commented May 3, 2024

exporting subscriptions/playlists from the command line would be great for automated backups

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

5 participants