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

Terminal interface for PS5? #66

Open
2600box opened this issue Feb 27, 2024 · 6 comments
Open

Terminal interface for PS5? #66

2600box opened this issue Feb 27, 2024 · 6 comments
Labels
enhancement New feature or request Milestone todo Todo for Milestone

Comments

@2600box
Copy link

2600box commented Feb 27, 2024

Hello,

This development is excellent. I have been using the cli cdn with hb-store because I keep pkgs on a headless NAS server. (debian based)

It would be excellent to have the same functionality of your remote-pkg-sender that can operated from the terminal.

Configuration could be done in a file, and then selection of the packages to send can be onscreen in the terminal?

Thanks!

@Gkiokan
Copy link
Owner

Gkiokan commented Feb 27, 2024

Thanks, I am still improving everything slowly when I have time for it.

You want to send PKG's though your terminal by a seperate command? Why?
Sounds weird to me but this should be possible when I accept parameters for the executable like I explained in #65

Theoretically it will be something like app.exe -f=<filename> -ip=<ps5-ip> -ps5 (or -ps4)
Once it is implemented! But no ETA for this yet. Let's see in March when I have time for some improvements.

@Gkiokan Gkiokan added enhancement New feature or request Milestone todo Todo for Milestone labels Feb 27, 2024
@2600box
Copy link
Author

2600box commented Feb 27, 2024

Maybe it is not so straightforward, but i had in mind more of an ncurses interface to select packages to send.

@Gkiokan
Copy link
Owner

Gkiokan commented Feb 28, 2024

The only caveat would be to start the GUI application on your host first.
Because it does spawn a child process for the server to handle the files that have to be accessible in your Network.

Followed by this you could use your terminal to send the packages. This would be possible.
Or even simpler, I could also make an Interactive Menu like I did on the CLI CDN.

For a full terminal only functionality there will be a bit more to do.
At least creating a managed child processes and extending the input parameters.
I will think about it when I have time in March.

@wangrui1573
Copy link

I keep my pkgs on a headless NAS server,It does not have a GUI interface. I also want a command line or web interface.

@wangrui1573
Copy link

wangrui1573 commented Mar 1, 2024

Hello,

This development is excellent. I have been using the cli cdn with hb-store because I keep pkgs on a headless NAS server. (debian based)

It would be excellent to have the same functionality of your remote-pkg-sender that can operated from the terminal.

Configuration could be done in a file, and then selection of the packages to send can be onscreen in the terminal?

Thanks!

I temporarily wrote a python script to send pkg on nas to PS5 on the web
https://github.com/wangrui1573/ps5

@Gkiokan
Copy link
Owner

Gkiokan commented May 25, 2024

Hello,

This development is excellent. I have been using the cli cdn with hb-store because I keep pkgs on a headless NAS server. (debian based)

It would be excellent to have the same functionality of your remote-pkg-sender that can operated from the terminal.

Configuration could be done in a file, and then selection of the packages to send can be onscreen in the terminal?

Thanks!

Just planing a couple things and I encountered one point here.
If you use the CDN CLI already, you should be able to connect your HB-Store (on your Playstation) to it and install everything directly on it.

Another Idea is also to connect the PKG Sender with your custom HB-Store CDN URL and use the GUI to install stuff over.

The dedicated terminal parameter is still something that will come soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Milestone todo Todo for Milestone
Projects
None yet
Development

No branches or pull requests

3 participants