Hello community
First of all, a big thank you to those who tried to help me.
I solved my problem a bit abruptly.
I flashed the demo and reinstalled everything, and it works.
I don't know why, but it works.
Thanks again, everyone. ![]()
Hello community
First of all, a big thank you to those who tried to help me.
I solved my problem a bit abruptly.
I flashed the demo and reinstalled everything, and it works.
I don't know why, but it works.
Thanks again, everyone. ![]()
Display MoreThat shouldn't happen if those locations exist.
My code starts like this
Codeif isdir("/media/hdd/movie/"): result = "/media/hdd/movie/" elif isdir("/media/usb/movie/"): result = "/media/usb/movie/"
and what have you got in your etc/enigma2/setting file
any of these values
config.usage.instantrec_path
config.movielist.last_videodir
so if /media/hdd/movie/ exists as in your screen shot, then it should get used.
Has your hdd got a movie folder?
The file exists in Mdia/HDD.
Display MoreThat shouldn't happen if those locations exist.
My code starts like this
Codeif isdir("/media/hdd/movie/"): result = "/media/hdd/movie/" elif isdir("/media/usb/movie/"): result = "/media/usb/movie/"
and what have you got in your etc/enigma2/setting file
any of these values
config.usage.instantrec_path
config.movielist.last_videodir
so if /media/hdd/movie/ exists as in your screen shot, then it should get used.
Has your hdd got a movie folder?
I have the lines you specified.
What are these instructions and what do I do with them?
if isdir("/media/hdd/movie/"): result = "/media/hdd/movie/" elif isdir("/media/usb/movie/"): result = "/media/usb/movie/"
My problem is that I can't change the part outlined in red.
When I select the line and press OK on the remote control, a icon spins in the upper left corner and I get stuck, forcing me to restart the demo.
Do you even have default recording path set on device .
Yes, by default, it's Media/hdd/movie.
My problem is that I can't change the part outlined in red.
When I select the line and press OK on the remote control, a icon spins in the upper left corner and I get stuck, forcing me to restart the demo.
A bit of context helps.
What box, what image you using.
oe-alliance images should open a folder picker.
Other images you might have to press text key and manually enter the path.
VU+ Solo 4K Demodulator with Internal HDD
Openpli 9.1 Image
HDD
press text key and manually enter the path. ?? no TXT key on remote
Where is the configuration file where the settings are written? I will modify the file directly.