Open rchovan opened 2 weeks ago
You have some config errors in your image. Setup clean after a new flash without restoring any old informations. If those definitiones and names change in a new image version, the image does NOT clean-up old values itself. Delete the unwanted directory '/media/hdd/movie/satelit' including the subdirectory 'Timeshift'.
config.timeshift.path=/media/hdd/timeshift/
...
config.usage.timeshift_path=/media/hdd/movie/satelit/TimeShift/
looks bad for me.
config.usage.allowed_timeshift_paths is a legacy setting and no longer used. config.usage.timeshift_path is a also a legacy setting and this should be cleared automatically but it's also no longer used in code.
I think there is a missunderstanding about the location of automatically created time shift recordings. The pts buffer will be written to config.timeshift.path But the recordings will be written to the default recording folder.
I did this today:
root@xpeedlx3:/etc/enigma2# grep -i times settings
root@xpeedlx3:/etc/enigma2#
opkg update; opkg upgrade
root@xpeedlx3:/etc/enigma2# uptime
18:56:57 up 2 min, 1 user, load average: 0,39, 0,31, 0,13
5. setup timeshift again over gui
6. actual settings
root@xpeedlx3:/hdd/movie/satelit# grep -i times /etc/enigma2/settings config.timeshift.allowedPaths=['/media/hdd/movie/satelit/TimeShift/'] config.timeshift.checkEvents=480 config.timeshift.checkFreeSpace=8192 config.timeshift.favoriteSaveAction=savetimeshift config.timeshift.path=/media/hdd/movie/satelit/TimeShift/ config.timeshift.startDelay=5 config.timeshift.stopWhileRecording=True
7. folder `/media/hdd/movie/satelit/TimeShift/` contains this
root@xpeedlx3:/hdd/movie/satelit# ls TimeShift/ -l -rw------- 2 root root 10203324 Oct 28 19:13 pts_livebuffer_1 -rw-r--r-- 1 root root 569 Oct 28 19:13 pts_livebuffer_1.eit -rw-r--r-- 1 root root 169 Oct 28 19:13 pts_livebuffer_1.meta -rw-r--r-- 2 root root 0 Oct 28 19:13 pts_livebuffer_1.sc -rw------- 2 root root 10203324 Oct 28 19:13 timeshift.lrrXq0 -rw-r--r-- 2 root root 0 Oct 28 19:13 timeshift.lrrXq0.sc
8. and TimeShift recordings are placed again in folder with regular recordings, which is wrong by my opinion, because they were separated in previous release
@jbleyel in previous version I had placed my timeshift recordings to `/media/hdd/movie/satelit/TimeShift/` but now they are mixed with my manual recordings in `/media/hdd/movie/satelit/`
thanks for commit, how to apply it on my box to test it ? I usually update over opkg or download nightly build from https://images.mynonpublic.com/openatv/nightly/index.php?open=xpeedlx3
Will be this commit in nightly build for example in 20241031 or 20241101 ?
You need to use ATV 7.5 and wait aprox 2 days.
! Before you log an issue, have you updated to the most recent version? It's possible the issue may have already been fixed.
Describe the bug / Actual behaviour: Timeshift recordings are places in wrong destination. I can change path in GUI, but timeshift recordings are still stored in wrong destination. Tried reboot, etc.. This issue started with OpenATV 7.4 versions. Tried to wait for solving this issue, but so far no issue created for it.
Expected behaviour: Place timeshift recordings in selected destination.
Has this issue started to happen just recently? This issue started with OpenATV 7.4 versions
To reproduce: Here are my settings for timeshift
In selected path are some files created
root@xpeedlx3:/media/hdd/timeshift# ls -l
But main files are in wrong directory '/media/hdd/movie/satelit'
Screenshots Not needed
Image/Box Model (please complete the following information):
Additional context Add any other context about the problem here.