I can‘t divine the Download place, that is the point, i have OpenATV 7.2
My english is Not so fine, i hope you understand me
Now i get what you mean, on opatv 7.x there is problem to define external folder on hdd or usb
fix is
following code you can use after entering your api keys and adjusting the correct settings for the plugins, make a backup from the settings to use it on any other images with the click of a button
Backup (xtraEvent)
WORD='xtraEvent'; BACKUP='/tmp/settings_backup_xtraEvent'; grep $WORD '/etc/enigma2/settings' > $BACKUP
Restore (xtraEvent)
WORD='xtraEvent'; BACKUP='/hdd/xtraEvent_Backup/settings_backup_xtraEvent'; SETF='/etc/enigma2/settings'; TF='/tmp/tmpFile'; grep -v $WORD $SETF > $TF && cat $BACKUP >> $TF && init 4 && sleep 3 && mv -f $TF $SETF && init 3
Create a folder on the HDD with the name (xtraEvent_Backup) and put the file inside
The code is set by default to recover from the (hdd), if you have a flash memory, replace code with the word (hdd) to (usb)