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

The system cannot find the path specified. #252

Open
slavekrouta opened this issue Dec 10, 2022 · 2 comments
Open

The system cannot find the path specified. #252

slavekrouta opened this issue Dec 10, 2022 · 2 comments

Comments

@slavekrouta
Copy link

slavekrouta commented Dec 10, 2022

HI. SNDCPY is not working for my android TV. whenever i run the batch file, it looks like its ok but then it crashes. (Yes, i have vlc installed) I also edited the vlc.exe path in sndcpy.bat :(
Heres the output:
Waiting for device...

Performing Streamed Install
Success
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.rom1v.sndcpy/.MainActivity }

Waiting for 0 seconds, press a key to continue ...
Playing audio...
The system cannot find the path specified.

Thanks

@BojayB
Copy link

BojayB commented Dec 14, 2022

I was having the same problem. Open up the sndcpy.bat file in your text editor and change
if not defined VLC set VLC="C:\Program Files\VideoLAN\VLC\vlc.exe"
on the third line to where your VLC.exe is installed. for example, mine was
if not defined VLC set VLC="C:\Program Files (x86)\VideoLAN\VLC\vlc.exe".

@slavekrouta
Copy link
Author

I was having the same problem. Open up the sndcpy.bat file in your text editor and change if not defined VLC set VLC="C:\Program Files\VideoLAN\VLC\vlc.exe" on the third line to where your VLC.exe is installed. for example, mine was if not defined VLC set VLC="C:\Program Files (x86)\VideoLAN\VLC\vlc.exe".

Sorry i forgot to write it down. I already did, but thanks :)

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

No branches or pull requests

2 participants