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

Running as server like MPD #26

Open
empirefox opened this issue Nov 30, 2021 · 2 comments
Open

Running as server like MPD #26

empirefox opened this issue Nov 30, 2021 · 2 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@empirefox
Copy link

Any plans?

@alexballas
Copy link
Owner

Hey @empirefox, would it be possible to elaborate a bit on this? Go2TV casts media files directly to the selected devices that support the Direct Media Renderer service without any actions on the device itself. So there needs to be some form of application trigger to push those contents to the devices.

There are other applications like miniDLNA or MediaTomb that offer you a content server which you can browser from your TV or other devices. Is this what you're suggesting?

On a different note, the CLI option in Go2TV is quite versatile. You can have it running in the background, looping over media folders.

screen -d -m bash -c 'for q in ~/Videos/*mp4;do go2tv -v "$q";done'

This command for example will run in the background and start casting all your .mp4 files one after another

@alexballas alexballas added the question Further information is requested label Nov 30, 2021
@empirefox
Copy link
Author

Thanks @alexballas. I just want to running a MPD-like server on a pi. Then I could make a flutter app to control it from my phone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants