Oops - it's trying to back up the old specification config file without checking it exists. 0.0.3-2 on its way.
And the dummy value has the parameters in the wrong order, so fixing that too.
-----------
0.0.3-2 tested and uploaded.
The watchlist specification lines may also be commented out by...
I've uploaded a new version of TV Diary = 0.0.3-1.
You can see a snapshot view at http://www.wink.eclipse.co.uk/tvdiary/
This version includes EPG searching, and a watchlist that suggests programmes you might want to record or watch, taking into account what you've already seen.
After...
Hi, I'm coming late to this. How can you track the viewing position in the recording?
It sounds like something I'd like to use in TV Diary because I'm getting silly playback statistics as I pause at advert breaks, go off and do something more interesting, then come back and step over the ads...
Ah yes, turning the inventory off helps, even though it only does a quick directory listing, limited to once a minute, unless the files actually have changed.
I'm currently enhancing the TV Diary to do searching on the local machine, although I'm not intending to automatically do the scheduling, nor to include the programme length in the equation.
See the TV Diary thread for progress reports.
I've uploaded a new version of TV Diary - 0.0.3-0.
You can see a snapshot view at http://www.wink.eclipse.co.uk/tvdiary/
The main difference is that it now aggregates the historical information, and presents monthly summaries.
It's got a more efficient database schema, which requires a...
Ah. I just saw your thread on 4TB disk.
I tested by filling my entire 1TB disk with videos to check the performance, and checked that USB & network drives don't appear under "/media/My Videos". But if external disks get involved it's just not going to work reliably.
I'll add an issue to the...
It's waiting for a response to an Ajax request to fetch some data from the Humax.
This can be delayed because access to the database requires getting an exclusive lock, since SQLite doesn't have sophisticated locking built in. The two tables of the TV Diary page share this lock with the...
That's a pity. I'm sure she would have loved the upcoming release with monthly summaries of what's been watched! (see below)
The next step is to build a favourites list so it can show suggestions when programmes appear in the schedule, filtering out those episodes you've already seen.
The...
Just got around to reconfiguring the SSL on my machine.
Edited /mod/etc/lighttpd/extra.conf for an extra SSL port, and replaced /mod/etc/webif.pem with the certificate file containing my certificate details.
The certificate file is exactly the one I previously had with Mongoose.
Before, browsers...
Seems fine so far.
It's remarkable that you can hot swap the web server software and the open browser session just keeps going fine! In the old Windows days I'm sure we'd have had to reboot a couple of times.
Having trouble with the box's home page on Chrome (34.0.1847.116 m) on Win7. Clicking the top bar results in an empty page. Manually adding /index.jim to the URL works.
It works fine with IE10.
Looking at the mongoose.conf file, index.jim is set up as an alias for the index, as well as...
Displaying times in BST is fixed in TV Diary 0.0.2-4.
Please ignore the minor issue with the Next/Prev buttons on the daylight savings start/end days. It's because those days aren't 24 hours long, and I've run out of time to fix that right now.
I've got a fix for displaying times ready to go, but I'm just testing the code that determines the switch from today's TV and tomorrow's TV.
The comment I put in the code started "Counter-intuitively", so I'm being extra careful!
I think I've been having a different cause for the problem. No CPU data since 11 Feb.
Running the crontab entry "/mod/monitor/run" shows:
Runtime Error: /mod/monitor/lib/db.jim:69: database disk image is malformed
in procedure 'record' called at file "/mod/monitor/bin/smart", line 38
at file...
Oh yeah - I was committing a transaction unconditionally, but only beginning it on the yes path.
You won't see a reduction in the file size as I haven't put in a VACUUM statement yet. Also, installing the last release will have expanded the file a bit as I added a couple of extra indexes, and...
Oops - it's trying to back up the old specification config file without checking it exists. 0.0.3-2 on its way.
And the dummy value has the parameters in the wrong order, so fixing that too.
-----------
0.0.3-2 tested and uploaded.
The watchlist specification lines may also be commented out by...
I've uploaded a new version of TV Diary = 0.0.3-1.
You can see a snapshot view at http://www.wink.eclipse.co.uk/tvdiary/
This version includes EPG searching, and a watchlist that suggests programmes you might want to record or watch, taking into account what you've already seen.
After...
Hi, I'm coming late to this. How can you track the viewing position in the recording?
It sounds like something I'd like to use in TV Diary because I'm getting silly playback statistics as I pause at advert breaks, go off and do something more interesting, then come back and step over the ads...
Ah yes, turning the inventory off helps, even though it only does a quick directory listing, limited to once a minute, unless the files actually have changed.
I'm currently enhancing the TV Diary to do searching on the local machine, although I'm not intending to automatically do the scheduling, nor to include the programme length in the equation.
See the TV Diary thread for progress reports.
I've uploaded a new version of TV Diary - 0.0.3-0.
You can see a snapshot view at http://www.wink.eclipse.co.uk/tvdiary/
The main difference is that it now aggregates the historical information, and presents monthly summaries.
It's got a more efficient database schema, which requires a...
Ah. I just saw your thread on 4TB disk.
I tested by filling my entire 1TB disk with videos to check the performance, and checked that USB & network drives don't appear under "/media/My Videos". But if external disks get involved it's just not going to work reliably.
I'll add an issue to the...
It's waiting for a response to an Ajax request to fetch some data from the Humax.
This can be delayed because access to the database requires getting an exclusive lock, since SQLite doesn't have sophisticated locking built in. The two tables of the TV Diary page share this lock with the...
That's a pity. I'm sure she would have loved the upcoming release with monthly summaries of what's been watched! (see below)
The next step is to build a favourites list so it can show suggestions when programmes appear in the schedule, filtering out those episodes you've already seen.
The...
Just got around to reconfiguring the SSL on my machine.
Edited /mod/etc/lighttpd/extra.conf for an extra SSL port, and replaced /mod/etc/webif.pem with the certificate file containing my certificate details.
The certificate file is exactly the one I previously had with Mongoose.
Before, browsers...
Seems fine so far.
It's remarkable that you can hot swap the web server software and the open browser session just keeps going fine! In the old Windows days I'm sure we'd have had to reboot a couple of times.
Having trouble with the box's home page on Chrome (34.0.1847.116 m) on Win7. Clicking the top bar results in an empty page. Manually adding /index.jim to the URL works.
It works fine with IE10.
Looking at the mongoose.conf file, index.jim is set up as an alias for the index, as well as...
Displaying times in BST is fixed in TV Diary 0.0.2-4.
Please ignore the minor issue with the Next/Prev buttons on the daylight savings start/end days. It's because those days aren't 24 hours long, and I've run out of time to fix that right now.
I've got a fix for displaying times ready to go, but I'm just testing the code that determines the switch from today's TV and tomorrow's TV.
The comment I put in the code started "Counter-intuitively", so I'm being extra careful!
I think I've been having a different cause for the problem. No CPU data since 11 Feb.
Running the crontab entry "/mod/monitor/run" shows:
Runtime Error: /mod/monitor/lib/db.jim:69: database disk image is malformed
in procedure 'record' called at file "/mod/monitor/bin/smart", line 38
at file...
Oh yeah - I was committing a transaction unconditionally, but only beginning it on the yes path.
You won't see a reduction in the file size as I haven't put in a VACUUM statement yet. Also, installing the last release will have expanded the file a bit as I added a couple of extra indexes, and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.