Since i feel my last post didnt give enough information/The wrong information to help me, i am now trying to more accurately describe my issue
I am trying to use VLC To constantly play videos from an UPNP Source in a loop, I have managed to make a bat file to autostart and play From the UPNP source, But it also plays every other folder from the device
The folders are basically like this Videos, Music, Photos. I went into videos and into the subfolder which has every video, Then over right click > Information i copied the Url(?) That went to that subfolder, thinking if i put this as a source for the bat file that it would then automatically play *Only* Things in that folder.
The batch file itself looks like this
@echo off
start "" "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --fullscreen --zoom=1.0--loop upnp://(The UPNP source im using, With the subfolder),
This works for playing stuff, But as soon as it starts it also expands the other folders that are above the subfolders, Meaning that all the audio files also get played.
Could anybody help me figure out how to make it that either the other folders dont get opened, or that audio files just straight up cant be played?
Many thanks, Corruption