sndcpy icon indicating copy to clipboard operation
sndcpy copied to clipboard

The system cannot find the path specified.

Open slavekrouta opened this issue 3 years ago • 2 comments

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

slavekrouta avatar Dec 10 '22 13:12 slavekrouta

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".

BojayB avatar Dec 14 '22 22:12 BojayB

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 :)

slavekrouta avatar Dec 24 '22 22:12 slavekrouta