Project

General

Profile

Re-Import Existing Recordings

Added by John Jones over 4 years ago

I'm running HTS Tvheadend-testing 4.4.20181215 from http://syno.dierkse.nl/ on a Synology NAS.

It stopped working a little while ago and I recently had a chance to get in there and try to fix it. I backed up the entire /volume1/\@appstore/tvheadend-testing/var/ folder and uninstalled it, then reinstalled it, but it didn't work. Turns out the reason everything stopped working was that the update to FFMPEG my Synology prompted me to do broke the symlink to the application binary that allowed the AUS Freeview playlist to work. I reinstalled, deleted the broken symlink, re-created it, and it all just fired up again. Great!

Problem is, however, none of my previous library of recordings is showing up. The file path and setup I had for recordings is the same, and I've tested to see that the file structure and paths are all exactly the same as the previous installation.

I tried copying the files that were in the previous var/dvr/config and var/dvr/log directories over, but this did nothing. I've seen some mentions of scripts in some other logs, but I really have no idea what people are talking about in those posts, and none of the paths look the same as my Synology installation, so don't really know how to apply their fixes to my problem. I don't even really know how to run a Python script in a Synology SSH session.

Can someone please help me get my extensive collection of previous recordings to reappear in my library? Do I have any options here?

Thank-you!

MJJ


Replies (71)

RE: Re-Import Existing Recordings - Added by Hiro Protagonist over 4 years ago

OK, getting closer, try again.

RE: Re-Import Existing Recordings - Added by John Jones over 4 years ago

Scanning logs and recordings
Preparing to import HD2020-02-2720-30.ts with log 77200c696a6cd8c24e95fb4795a26868
Preparing to import HD2020-03-0520-30.ts with log 0cebefe544356b3550b319f68feb4721
Preparing to import HD2020-03-1220-30.ts with log 144353f755d9857868b4596252192782
Preparing to import HD2020-03-1920-30.ts with log 85308a99cb82e413274eedf50f37d2de
Preparing to import HD2020-04-1620-52.mkv with log e7e63685d83d098d8525c72fd4aa8f1f
Preparing to import HD2020-04-2321-45.mkv with log 19dfdeb1ef88c91df245936d35b2c141

RE: Re-Import Existing Recordings - Added by Hiro Protagonist over 4 years ago

OK, that look good.
Sure is quicker working with someone in a similar timezone.
I'll have a look at tvhimport.sh and see if any of the issues we've found are going to trip it up.

Hmmm, I think we might have some problems there - I'll have to bang up a cut-down script to do the bare minimum.

Does your system have curl?
If you don't know, type:

which curl

If successful, you'll see something like:

$ which curl
/usr/bin/curl

RE: Re-Import Existing Recordings - Added by John Jones over 4 years ago

/bin/curl

I was wondering where you were! lol I'm in Sydney, Australia.

RE: Re-Import Existing Recordings - Added by Hiro Protagonist over 4 years ago

Kiwi here.

I'll have a bash at a modified import script, but I'll be knocking off soon, might be Monday before I get to it.

RE: Re-Import Existing Recordings - Added by John Jones over 4 years ago

No worries. Thanks so very much, mate. Much appreciated.

RE: Re-Import Existing Recordings - Added by Hiro Protagonist over 4 years ago

OK, I should be able to find a bit of time today... Before I go down the wrong rabbithole,
can you post one of your log files - one of the ones identified in the successful trial of importall.sh will be fine.

RE: Re-Import Existing Recordings - Added by John Jones over 4 years ago

Hi,

Log files? How do I get a log file?

Thanks,

MJJ

RE: Re-Import Existing Recordings - Added by John Jones over 4 years ago

Oh, you mean one of the recording log files. Ok. Give me a sec.

RE: Re-Import Existing Recordings - Added by John Jones over 4 years ago

Here we go. This is the on that HD2020-02-2720-30.ts referred to.

RE: Re-Import Existing Recordings - Added by Hiro Protagonist over 4 years ago

OK, looks like we will have to do this the hard way, I hope all the spaces in your paths and filenames don't throw things off.

RE: Re-Import Existing Recordings - Added by Hiro Protagonist over 4 years ago

Will have an updated script ready soon. In the meantime, can you make a backup of your dvr/log directory?

RE: Re-Import Existing Recordings - Added by Hiro Protagonist over 4 years ago

OK, new script attached.
Before you use this:

Your log file looks like TVH should recognise the recordings. I know I asked before, but are you certain you have stopped and started TVH since you copied those files?

Using the script will update all your recordings, so do make a backup of the dvr/log directory if you haven't already.

Update the script and change the USER= and PASS= lines to match a TVH user with full admin rights on your system.

Then cross your fingers and run the script.

Good luck.

RE: Re-Import Existing Recordings - Added by John Jones over 4 years ago

Ok, I think I may have broken it. Not you, me.

I put the credentials in, copied it, set the run privileges, ran it, then thought, "Oh, crap! Maybe I need to stop the service from running! So I stopped it, and then all the errors about not reaching the server came up in the script, so I stopped it. Started the service, then ran the script again, and two files would import, and then the service stops by itself. I stop the script, start the service, start the script and it again imports another two files and then the service stops, and so on... Any ideas as to what I could have broken by stopping the TVHeadend service while the script was running?

RE: Re-Import Existing Recordings - Added by John Jones over 4 years ago

The ones that did go through all work perfectly, though! Thank-you! ... and it's not adding two more each time. It looks like two more are working, but then I go to the recorded shows list and it's not adding any more.

RE: Re-Import Existing Recordings - Added by John Jones over 4 years ago

This is the output before I stupidly stopped the service -

Scanning logs and recordings
Preparing to import HD2020-02-2720-30.ts with log 77200c696a6cd8c24e95fb4795a26868
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/77200c696a6cd8c24e95fb4795a26868
/volume1/@appstore/tvheadend-testing/var/dvr/log/f6c6748c0888054d5b11fd5894e18035: No such file or directory
Sending create command for "HD2020-02-2720-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-02-2720-30.ts" successfully

Preparing to import HD2020-03-0520-30.ts with log 0cebefe544356b3550b319f68feb4721
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/0cebefe544356b3550b319f68feb4721
/volume1/@appstore/tvheadend-testing/var/dvr/log/a1f0c1d6394ebd56a52bedeff0666842: No such file or directory
Sending create command for "HD2020-03-0520-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-03-0520-30.ts" successfully

Preparing to import HD2020-03-1220-30.ts with log 144353f755d9857868b4596252192782
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/144353f755d9857868b4596252192782
/volume1/@appstore/tvheadend-testing/var/dvr/log/b375d6e316ced31d267e9b4c2120e743: No such file or directory
Sending create command for "HD2020-03-1220-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-03-1220-30.ts" successfully

Preparing to import HD2020-03-1920-30.ts with log 0e21010d3c85246d05f3eeb27123cda2
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/0e21010d3c85246d05f3eeb27123cda2
/volume1/@appstore/tvheadend-testing/var/dvr/log/85308a99cb82e413274eedf50f37d2de: No such file or directory
Sending create command for "HD2020-03-1920-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-03-1920-30.ts" successfully

Preparing to import HD2020-04-1620-52.mkv with log 06c18ffc285be9638f4811d6a99114c8
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/06c18ffc285be9638f4811d6a99114c8
/volume1/@appstore/tvheadend-testing/var/dvr/log/e7e63685d83d098d8525c72fd4aa8f1f: No such file or directory
Sending create command for "HD2020-04-1620-52.mkv"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-04-1620-52.mkv" successfully

Preparing to import HD2020-04-2321-45.mkv with log 19dfdeb1ef88c91df245936d35b2c141
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/19dfdeb1ef88c91df245936d35b2c141
/volume1/@appstore/tvheadend-testing/var/dvr/log/399de8d2647f30f59253b4cd9e3e3104: No such file or directory
Sending create command for "HD2020-04-2321-45.mkv"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-04-2321-45.mkv" successfully

Preparing to import HD2020-04-3020-48.mkv with log 2c53bd38a6ce71217c33cec6a9c854eb
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/2c53bd38a6ce71217c33cec6a9c854eb
/volume1/@appstore/tvheadend-testing/var/dvr/log/6accb2a7b6135423f14472a045b242ae: No such file or directory
Sending create command for "HD2020-04-3020-48.mkv"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-04-3020-48.mkv" successfully

Preparing to import Emergency-7TWO2019-11-1200-30.ts with log 38309e02e6da0e8545210af6bcd42bd3
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/38309e02e6da0e8545210af6bcd42bd3
/volume1/@appstore/tvheadend-testing/var/dvr/log/c4844839f4cfc433e956ac7ced01c71b: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1200-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1200-30.ts" successfully

Preparing to import Emergency-7TWO2019-11-1217-00.ts with log 146dee17cf2750473d6271f4897067ff
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/146dee17cf2750473d6271f4897067ff
/volume1/@appstore/tvheadend-testing/var/dvr/log/54b156ab1b06aa367e0020560f60a4b5: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1217-00.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1217-00.ts" successfully

Preparing to import Emergency-7TWO2019-11-1317-00.ts with log 027c79350687080e2f8a5ec3e9278c77
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/027c79350687080e2f8a5ec3e9278c77
/volume1/@appstore/tvheadend-testing/var/dvr/log/ed7506156606191be17db8f7acee78bd: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1317-00.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1317-00.ts" successfully

Preparing to import Emergency-7TWO2019-11-1400-30.ts with log c6be0f2f57e6ebf26439124198d98696
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/c6be0f2f57e6ebf26439124198d98696
/volume1/@appstore/tvheadend-testing/var/dvr/log/f6ece8a2ca730249cf6e62f26c5ba68c: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1400-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1400-30.ts" successfully

Preparing to import Emergency-7TWO2019-11-1417-00.ts with log 0248bf0359d1d1cf0a1068f35b7bea7b
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/0248bf0359d1d1cf0a1068f35b7bea7b
/volume1/@appstore/tvheadend-testing/var/dvr/log/62a4e6acb16166142d7f79b3b71e9159: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1417-00.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1417-00.ts" successfully

Preparing to import Emergency-7TWO2019-11-1500-30.ts with log 8250c826ec82c39572d250860e43526d
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/8250c826ec82c39572d250860e43526d
/volume1/@appstore/tvheadend-testing/var/dvr/log/89d8509856ec7d22ecf3c67055b0c21d: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1500-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1500-30.ts" successfully

Preparing to import Emergency-7TWO2019-11-1517-00.ts with log 87f522dd4bf136a9b854b7073605d731
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/87f522dd4bf136a9b854b7073605d731
/volume1/@appstore/tvheadend-testing/var/dvr/log/bf1130ec5211c4bfc8f7a61ccd265792: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1517-00.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1517-00.ts" successfully

Preparing to import Emergency-7TWO2019-11-1600-30.ts with log 6da713be9e3d61a4231aac5581c92556
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/6da713be9e3d61a4231aac5581c92556
/volume1/@appstore/tvheadend-testing/var/dvr/log/dc84636530e8abe211fc71de68efe29a: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1600-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1600-30.ts" successfully

Preparing to import Emergency-7TWO2019-11-1817-00.ts with log aeccf3d7fd42a8112dab051a985b1a63
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/aeccf3d7fd42a8112dab051a985b1a63
/volume1/@appstore/tvheadend-testing/var/dvr/log/b28e3f607feeab27bea9af818ec50dd3: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1817-00.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1817-00.ts" successfully

Preparing to import Emergency-7TWO2019-11-1900-30.ts with log 956058430e0419569f57076f0296dcfc
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/956058430e0419569f57076f0296dcfc
/volume1/@appstore/tvheadend-testing/var/dvr/log/e98866dec0cfadc159b07ea380ec86c0: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1900-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1900-30.ts" successfully

Preparing to import HD2020-02-0500-00.ts with log 234df35dfe5a7c825c5087bc958a453f
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/234df35dfe5a7c825c5087bc958a453f
/volume1/@appstore/tvheadend-testing/var/dvr/log/f6bf4d15161dbf3ba7d2ab9d8398e81f: No such file or directory
Sending create command for "HD2020-02-0500-00.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-02-0500-00.ts" successfully

Preparing to import HD2020-02-0600-00.ts with log 65441f107b77712b78f3c66ba4f88e2e
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/65441f107b77712b78f3c66ba4f88e2e
/volume1/@appstore/tvheadend-testing/var/dvr/log/8d30d7f71121a892ec8e58167be091a2: No such file or directory
Sending create command for "HD2020-02-0600-00.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-02-0600-00.ts" successfully

Preparing to import HD2020-02-0723-30-S05E85.ts with log 9b67fdb8cd7ad01d91fc5198f1168a39
Sending create command for "HD2020-02-0723-30-S05E85.ts" {"uuid":"3c7fa3fe64e5a5526a37f47ca73cc452"}Imported "HD2020-02-0723-30-S05E85.ts" successfully

Preparing to import HD2020-02-1100-00.ts with log f3a5529b3fc8f8583d809b7920c87a25
Sending create command for "HD2020-02-1100-00.ts"
curl: (52) Empty reply from server

Preparing to import HD2020-02-1200-00.ts with log 62cd2aa9e60d1c17d88e48a7480ee739
Sending create command for "HD2020-02-1200-00.ts"
curl: (7) Failed to connect to localhost port 9981: Connection refused

Preparing to import HD2020-02-1300-00.ts with log 5541e695003e50407d3f0d4303620488
Sending create command for "HD2020-02-1300-00.ts"
curl: (7) Failed to connect to localhost port 9981: Connection refused


This is the output that I get now -

Scanning logs and recordings
Preparing to import HD2020-02-2720-30.ts with log 77200c696a6cd8c24e95fb4795a26868
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/77200c696a6cd8c24e95fb4795a26868
/volume1/@appstore/tvheadend-testing/var/dvr/log/f6c6748c0888054d5b11fd5894e18035: No such file or directory
Sending create command for "HD2020-02-2720-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-02-2720-30.ts" successfully

Preparing to import HD2020-03-0520-30.ts with log 0cebefe544356b3550b319f68feb4721
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/0cebefe544356b3550b319f68feb4721
/volume1/@appstore/tvheadend-testing/var/dvr/log/a1f0c1d6394ebd56a52bedeff0666842: No such file or directory
Sending create command for "HD2020-03-0520-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-03-0520-30.ts" successfully

Preparing to import HD2020-03-1220-30.ts with log 144353f755d9857868b4596252192782
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/144353f755d9857868b4596252192782
/volume1/@appstore/tvheadend-testing/var/dvr/log/b375d6e316ced31d267e9b4c2120e743: No such file or directory
Sending create command for "HD2020-03-1220-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-03-1220-30.ts" successfully

Preparing to import HD2020-03-1920-30.ts with log 0e21010d3c85246d05f3eeb27123cda2
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/0e21010d3c85246d05f3eeb27123cda2
/volume1/@appstore/tvheadend-testing/var/dvr/log/85308a99cb82e413274eedf50f37d2de: No such file or directory
Sending create command for "HD2020-03-1920-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-03-1920-30.ts" successfully

Preparing to import HD2020-04-1620-52.mkv with log 06c18ffc285be9638f4811d6a99114c8
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/06c18ffc285be9638f4811d6a99114c8
/volume1/@appstore/tvheadend-testing/var/dvr/log/e7e63685d83d098d8525c72fd4aa8f1f: No such file or directory
Sending create command for "HD2020-04-1620-52.mkv"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-04-1620-52.mkv" successfully

Preparing to import HD2020-04-2321-45.mkv with log 19dfdeb1ef88c91df245936d35b2c141
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/19dfdeb1ef88c91df245936d35b2c141
/volume1/@appstore/tvheadend-testing/var/dvr/log/399de8d2647f30f59253b4cd9e3e3104: No such file or directory
Sending create command for "HD2020-04-2321-45.mkv"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-04-2321-45.mkv" successfully

Preparing to import HD2020-04-3020-48.mkv with log 2c53bd38a6ce71217c33cec6a9c854eb
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/2c53bd38a6ce71217c33cec6a9c854eb
/volume1/@appstore/tvheadend-testing/var/dvr/log/6accb2a7b6135423f14472a045b242ae: No such file or directory
Sending create command for "HD2020-04-3020-48.mkv"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-04-3020-48.mkv" successfully

Preparing to import Emergency-7TWO2019-11-1200-30.ts with log 38309e02e6da0e8545210af6bcd42bd3
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/38309e02e6da0e8545210af6bcd42bd3
/volume1/@appstore/tvheadend-testing/var/dvr/log/c4844839f4cfc433e956ac7ced01c71b: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1200-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1200-30.ts" successfully

Preparing to import Emergency-7TWO2019-11-1217-00.ts with log 146dee17cf2750473d6271f4897067ff
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/146dee17cf2750473d6271f4897067ff
/volume1/@appstore/tvheadend-testing/var/dvr/log/54b156ab1b06aa367e0020560f60a4b5: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1217-00.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1217-00.ts" successfully

Preparing to import Emergency-7TWO2019-11-1317-00.ts with log 027c79350687080e2f8a5ec3e9278c77
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/027c79350687080e2f8a5ec3e9278c77
/volume1/@appstore/tvheadend-testing/var/dvr/log/ed7506156606191be17db8f7acee78bd: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1317-00.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1317-00.ts" successfully

Preparing to import Emergency-7TWO2019-11-1400-30.ts with log c6be0f2f57e6ebf26439124198d98696
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/c6be0f2f57e6ebf26439124198d98696
/volume1/@appstore/tvheadend-testing/var/dvr/log/f6ece8a2ca730249cf6e62f26c5ba68c: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1400-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1400-30.ts" successfully

Preparing to import Emergency-7TWO2019-11-1417-00.ts with log 0248bf0359d1d1cf0a1068f35b7bea7b
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/0248bf0359d1d1cf0a1068f35b7bea7b
/volume1/@appstore/tvheadend-testing/var/dvr/log/62a4e6acb16166142d7f79b3b71e9159: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1417-00.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1417-00.ts" successfully

Preparing to import Emergency-7TWO2019-11-1500-30.ts with log 8250c826ec82c39572d250860e43526d
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/8250c826ec82c39572d250860e43526d
/volume1/@appstore/tvheadend-testing/var/dvr/log/89d8509856ec7d22ecf3c67055b0c21d: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1500-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1500-30.ts" successfully

Preparing to import Emergency-7TWO2019-11-1517-00.ts with log 87f522dd4bf136a9b854b7073605d731
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/87f522dd4bf136a9b854b7073605d731
/volume1/@appstore/tvheadend-testing/var/dvr/log/bf1130ec5211c4bfc8f7a61ccd265792: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1517-00.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1517-00.ts" successfully

Preparing to import Emergency-7TWO2019-11-1600-30.ts with log 6da713be9e3d61a4231aac5581c92556
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/6da713be9e3d61a4231aac5581c92556
/volume1/@appstore/tvheadend-testing/var/dvr/log/dc84636530e8abe211fc71de68efe29a: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1600-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1600-30.ts" successfully

Preparing to import Emergency-7TWO2019-11-1817-00.ts with log aeccf3d7fd42a8112dab051a985b1a63
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/aeccf3d7fd42a8112dab051a985b1a63
/volume1/@appstore/tvheadend-testing/var/dvr/log/b28e3f607feeab27bea9af818ec50dd3: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1817-00.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1817-00.ts" successfully

Preparing to import Emergency-7TWO2019-11-1900-30.ts with log 956058430e0419569f57076f0296dcfc
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/956058430e0419569f57076f0296dcfc
/volume1/@appstore/tvheadend-testing/var/dvr/log/e98866dec0cfadc159b07ea380ec86c0: No such file or directory
Sending create command for "Emergency-7TWO2019-11-1900-30.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "Emergency-7TWO2019-11-1900-30.ts" successfully

Preparing to import HD2020-02-0500-00.ts with log 234df35dfe5a7c825c5087bc958a453f
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/234df35dfe5a7c825c5087bc958a453f
/volume1/@appstore/tvheadend-testing/var/dvr/log/f6bf4d15161dbf3ba7d2ab9d8398e81f: No such file or directory
Sending create command for "HD2020-02-0500-00.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-02-0500-00.ts" successfully

Preparing to import HD2020-02-0600-00.ts with log 65441f107b77712b78f3c66ba4f88e2e
cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/65441f107b77712b78f3c66ba4f88e2e
/volume1/@appstore/tvheadend-testing/var/dvr/log/8d30d7f71121a892ec8e58167be091a2: No such file or directory
Sending create command for "HD2020-02-0600-00.ts"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>400 Bad Request</H1>
</BODY></HTML>
Imported "HD2020-02-0600-00.ts" successfully

Preparing to import HD2020-02-0723-30-S05E85.ts with log 9b67fdb8cd7ad01d91fc5198f1168a39
Sending create command for "HD2020-02-0723-30-S05E85.ts" {"uuid":"7d544f5d1a332cae51515e0d6a728671"}Imported "HD2020-02-0723-30-S05E85.ts" successfully

Preparing to import HD2020-02-1100-00.ts with log f3a5529b3fc8f8583d809b7920c87a25
Sending create command for "HD2020-02-1100-00.ts"
curl: (52) Empty reply from server

Preparing to import HD2020-02-1200-00.ts with log 62cd2aa9e60d1c17d88e48a7480ee739
Sending create command for "HD2020-02-1200-00.ts"
curl: (7) Failed to connect to localhost port 9981: Connection refused

Preparing to import HD2020-02-1300-00.ts with log 5541e695003e50407d3f0d4303620488
Sending create command for "HD2020-02-1300-00.ts"
curl: (7) Failed to connect to localhost port 9981: Connection refused

RE: Re-Import Existing Recordings - Added by Hiro Protagonist over 4 years ago

John Jones wrote:

This is the output before I stupidly stopped the service -

cat: /volume1/@appstore/tvheadend-testing/var/dvr/log/77200c696a6cd8c24e95fb4795a26868
/volume1/@appstore/tvheadend-testing/var/dvr/log/f6c6748c0888054d5b11fd5894e18035: No such file or directory

This is not good...

Can you try something for me - type:

ln -s /volume1/@appstore/tvheadend-testing/var shortcut
ls -l shortcut/

This should show you the tvheadend-testing/var directory [make sure there's a dvr directory in there].

RE: Re-Import Existing Recordings - Added by John Jones over 4 years ago

total 112
drwxr-xr-x 1 sc-tvheadend-testing sc-media 64 May 5 23:22 accesscontrol
drwx------ 1 sc-tvheadend-testing video 896 May 11 13:30 bouquet
drwx------ 1 sc-tvheadend-testing video 64 May 5 23:23 caclient
drwx------ 1 sc-tvheadend-testing video 18 May 5 23:28 channel
drwx------ 1 sc-tvheadend-testing video 256 May 5 23:23 codec
rw-r--r- 1 sc-tvheadend-testing sc-media 550 Dec 19 2018 comskip.ini
rw------ 1 sc-tvheadend-testing video 1550 May 5 23:28 config
drwx------ 1 sc-tvheadend-testing video 160 May 6 22:02 dvr
rw------ 1 sc-tvheadend-testing video 98305 May 11 13:20 epgdb.v3
drwx------ 1 sc-tvheadend-testing video 34 May 5 23:30 epggrab
drwx------ 1 sc-tvheadend-testing video 8 May 5 23:24 input
drwxr-xr-x 1 sc-tvheadend-testing sc-media 64 May 5 23:22 passwd
drwx------ 1 sc-tvheadend-testing video 448 May 5 23:23 profile
rw-r--r- 1 root root 6 May 11 13:30 tvheadend-testing.pid

RE: Re-Import Existing Recordings - Added by Hiro Protagonist over 4 years ago

Looks good, Try this script - I'm using the shortcut & delaying after handling each file, so doing everything might take a bit of time.

RE: Re-Import Existing Recordings - Added by John Jones over 4 years ago

Hiya. Seems to be working, but it's stopped at 44 videos. There's others that appear to be importing -

Preparing to import HD2020-04-2304-00.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2404-00.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2603-25.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1106-00.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-1219-00.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-1219-32.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-1220-04.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-1519-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-1520-01.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-1919-00.mkv with no log

... but the total recordings list doesn't change, so I don't know what that means... Still going!

RE: Re-Import Existing Recordings - Added by John Jones over 4 years ago

Ok, it's stopped. I don't think many of these actually got added to the database. There was 44 when it started and 45 when it ended, but I think that the extra one was a new recording. Mate, I'm happy I got the ones I got. I'm happy to keep trying, but only if it's of benefit to you and others down the line who may find themselves in the same situation. If you're not interested in this, then please let me know and we can call it a day, otherwise, I'm ready to have another crack at it, again, only if it's in the interests of helping others. MJJ

RE: Re-Import Existing Recordings - Added by John Jones over 4 years ago

Final output -

Scanning logs and recordings
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-2720-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-0520-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1220-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1920-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1620-52.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2321-45.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-3020-48.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Emergency-7TWO2019-11-1200-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Emergency-7TWO2019-11-1217-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Emergency-7TWO2019-11-1317-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Emergency-7TWO2019-11-1400-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Emergency-7TWO2019-11-1417-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Emergency-7TWO2019-11-1500-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Emergency-7TWO2019-11-1517-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Emergency-7TWO2019-11-1600-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Emergency-7TWO2019-11-1817-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Emergency-7TWO2019-11-1900-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-0500-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-0600-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-0723-30-S05E85.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-1100-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-1200-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-1300-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-1400-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-1501-05-S05E90.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-1800-30-S05E75.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-1900-00-S05E79.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-2000-00-S05E76.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-2100-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-2200-30-S05E71.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-2500-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-2600-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-2623-30-S05E92.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-2800-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-2900-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-0300-00-S05E95.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-0400-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-0423-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-0600-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-0700-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1000-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1023-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1200-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1300-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1401-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1700-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1723-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1823-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-2000-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-2100-30-S05E95.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1102-05.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1400-02.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1323-59.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1500-03.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1600-41.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1700-50.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1723-48.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2100-39.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2200-41.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2300-35.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2400-48.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2500-36.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2800-19.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2900-45.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-3001-00.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-05-0100-45.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-05-0200-42.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Colbert.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Colbert-1.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Colbert-2.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Colbert-3.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-01-1820-30-S01E13.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-01-1915-30-S01E13.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-01-2120-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-01-2820-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-03-0220-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-03-0302-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-03-0313-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-03-0920-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-03-1002-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-03-1013-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-03-1620-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-03-1702-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-03-1713-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-03-2320-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-03-2402-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-03-2413-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-04-1320-31.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-04-1402-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-04-1413-01.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-04-2020-31.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-04-2102-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-04-2113-03.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-04-2720-31.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Upper-9Life2020-04-2813-01.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-01-1819-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-01-2519-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-0119-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import 242019-11-1000-15-S2019E39.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import 242019-11-1700-15-S2019E40.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import 242019-12-0800-15-S2019E43.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import 242019-12-1500-15-S2019E44.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import 242020-02-0900-15-S2020E01.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import 242020-02-1600-15-S2020E02.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import 242020-02-2300-15-S2020E03.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import 242020-03-0100-15-S2020E04.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import 242020-03-0800-15-S2020E05.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import 242020-04-1200-15.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import 242020-04-2600-15.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Watch.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2019-11-1820-40-S12E03.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2019-11-2520-30-S12E04.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2019-12-0220-30-S12E05.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2019-12-0920-30-S12E06.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2019-12-1620-30-S12E07.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2019-12-2320-30-S12E08.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-1003-50-S12E15.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-1803-55-S11E08.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-1904-05-S11E09.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-2003-30-S11E11.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-2104-05-S11E10.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-2604-05-S12E01.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-2804-05-S12E02.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-0304-00-S12E05.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-0404-05-S12E06.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-0504-00-S12E07.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-0604-05-S12E08.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-0703-15-S12E09.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1103-35-S12E12.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1202-40.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1203-35-S12E13.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1303-35-S12E14.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1402-40.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1403-35-S12E15.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1503-10.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1504-05-S12E16.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1703-50-S12E17.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1803-00-S12E18.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1804-00-S12E19.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1903-55-S12E20.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1921-35-S12E02.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-2004-05.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-2103-00-S12E03.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-2104-00-S12E04.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-0320-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-0404-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1020-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1109-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1720-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1802-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-2420-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-2514-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1420-34.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1503-58.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1815-01.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1904-09.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1917-04.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2001-06.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2009-00.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2014-06.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2016-37.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2108-58.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2115-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2121-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2203-05.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2208-58.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2216-00.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2308-58.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2416-59.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2509-31.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2517-01.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2610-35.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2617-03.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2708-59.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2716-01.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2808-57.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2815-27.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2821-39.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2903-35.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2908-58.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2916-03.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-3008-58.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-3016-28.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-05-0109-01.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Garage.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Garage-1.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Garage-2.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Garage-3.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Garage-4.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Garage-5.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Garage-6.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Garage-7.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Garage-8.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Garage-9.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Garage-10.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Garage-11.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-01-1503-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-01-2121-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-01-2203-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-01-2821-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-01-2903-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-03-0221-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-03-0303-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-03-0314-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-03-0921-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-03-1003-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-03-1014-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-03-1621-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-03-1703-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-03-1714-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-03-2321-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-03-2403-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-03-2414-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Loud-7flix2019-11-0913-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Loud-7flix2019-11-1009-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Loud-7flix2019-11-1612-45.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Loud-7flix2019-11-1709-15.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Loud-7flix2019-11-1613-50.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Loud-7flix2019-11-1710-15.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Loud-7flix2019-12-1417-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Loud-7flix2019-12-1512-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Loud-7flix2019-12-2117-30.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Loud-7flix2019-12-2208-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-0520-32-S11E01.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-0723-06-S11E01.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-1220-33-S11E02.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-1423-05-S11E02.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-1920-32-S11E03.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-2123-05-S11E03.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-2620-33-S11E04.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-02-2823-06-S11E04.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-0420-31-S11E05.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1120-31-S11E06.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1323-05-S11E06.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-1820-32-S11E07.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-2023-34-S11E07.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-2520-33-S11E08.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-03-2723-28-S11E08.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Loud-7flix2020-03-1516-00.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1022-47.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1520-32.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1722-48.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2220-32.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2422-51.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1102-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1103-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1203-25.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1403-50.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1503-25.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1603-20.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1703-35.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1803-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1903-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2203-45.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2304-00.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2404-00.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-2603-25.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import HD2020-04-1106-00.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-1219-00.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-1219-32.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-1220-04.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-1519-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-1520-01.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-1919-00.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-1919-31.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-1920-03.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-2219-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-2220-01.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-2619-00.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-2619-31.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-2620-04.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Line-7TWO2020-04-2920-03.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-04-1321-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-04-1403-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-04-1414-00.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-04-2021-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-04-2103-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-04-2114-01.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-04-2721-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-04-2803-30.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Design-9Life2020-04-2814-00.mkv with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Project.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Corden.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Anatomy.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Anatomy-1.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Story.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Story-1.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Story-2.ts with no log
grep: shortcut/dvr/log/*: No such file or directory
Preparing to import Story-3.ts with no log

RE: Re-Import Existing Recordings - Added by Hiro Protagonist over 4 years ago

John Jones wrote:

Ok, it's stopped. I don't think many of these actually got added to the database.

The 'importing with no log' branch of the code isn't there yet, so if there's no log, nothing will happen.

You need to investigate why we're getting 'No such file or directory' for shortcut/dvr/log/*

BTW, no need to post 10^6 lines of log if they're all the same, a few lines is enough.

RE: Re-Import Existing Recordings - Added by John Jones over 4 years ago

Was I meant to edit the script again to change 'shortcut' to the path up to the /dvr/log bit? I'm on the spectrum, mate. I need literal instructions each time otherwise I'll make assumptions I’m not qualified to make. I'm going to try that.

I put everything in there in case you wanted to parse the text to see all the different filenames. Thought it might be useful. Sorry.

(26-50/71)