Gkiokan/ps4-remote-pkg-sender

Terminal interface for PS5?

2600box opened this issue · 6 comments

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!

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.

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

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.

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.

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

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.