• 1
  • 2(current)
  • 3
  • 4
  • 5
  • 12
Timeshift Support
#16
what are the filenames like?
maybe i can find -name my harddisk Wink
Reply
#17
see post #5 of this thread ^^
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#18
read basco read! Wink
is there a threshold at which tvheadend starts buffering to disk? or does it start writing immediately at 'pause' press?
Reply
#19
Same problem like basco. Version of tvheadend is the same described in post #12. XBMC is the latest build from today (RC). What I'm doing wrong?

Code:
git clone https://github.com/tvheadend/tvheadend.git
cd tvheadend
git checkout feature/timeshift
./configure --enable-timeshift
make
make install

Gone to Configuration -> General and setting the Path for Timeshift /srv/Timeshift (which exists), pause works but nothing appears. No files are written.

_BJ1
Reply
#20
Check the filesystem permissions. The user under which tvheadend runs has to be the owner of that folder and needs write access to it.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#21
that does not explain why it still works?

ps aux | grep tvh
hts 11050 7.8 0.3 1112104 32288 ? Ssl 05:06 39:50 tvheadend -f -u hts -g video

i did a:
chown hts:hts /mnt/storage/timeshift

i will check this evening if it makes any difference
Reply
#22
Should be chown hts:video /mnt/storage/timeshift I guess?
Reply
#23
i don't know. i changed it to hts:video. i'll test it this evening.
Reply
#24
tested it....
no go.
i'm currently time shifting over 5 minutes and no file has been written.

did a

find -name tvh-*

on my hdd, no files found
Reply
#25
tvheadend addon 1.6.4 + tvheadend:
From https://github.com/tvheadend/tvheadend
759b5b1..8276b58 feature/timeshift -> origin/feature/timeshift
f991e13..963a050 dvbnetworks -> origin/dvbnetworks
3a54bc7..a420c83 master -> origin/master
Updating 759b5b1..8276b58

no timeshift.... when ./configure --enable-timeshift
Reply
#26
git checkout feature/timeshift

before you start building.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#27
git checkout feature/timeshift
M debian/changelog
Already on 'feature/timeshift'
Reply
#28
ok, tested it with previous tvheadend.
i can now confirm that in tis version timeshift works:
tvheadend_3.3.199~g759b5b1-dirty~precise_amd64.deb

in this version of tvheadend (latest) timeshift does not work:
tvheadend_3.3.207~g8276b58-dirty~precise_amd64.deb

built like this:

git checkout feature/timeshift
./configure --enable-timeshift
make
./Autobuild.sh -t precise-amd64
dpkg -i ../tvheadend_3.3.207~g8276b58-dirty~precise_amd64.deb
Reply
#29
anyone else tried this?
Reply
#30
i haven't used the packaging stuff in there, but it works fine when you compile manually
opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
Reply
  • 1
  • 2(current)
  • 3
  • 4
  • 5
  • 12

Logout Mark Read Team Forum Stats Members Help
Timeshift Support1