Networked Media Tank
Oversight Jukebox r571-stable - Printable Version

+- Networked Media Tank (http://www.networkedmediatank.com)
+-- Forum: Community Jukebox, Themes, & UserApps Section (/forumdisplay.php?fid=106)
+--- Forum: Oversight - Video jukebox which runs on the NMT (/forumdisplay.php?fid=107)
+--- Thread: Oversight Jukebox r571-stable (/showthread.php?tid=17637)



RE: Oversight Jukebox V20091031-3b (scan fix for USA/Canada users) - lordy - 11-09-2009 02:31 AM

@all, back from my weekend break - I'll have a full week, v busy at work.

After that I can look at any issues, respond to comments etc.


RE: Oversight Jukebox V20091031-3b (scan fix for USA/Canada users) - Sproglet - 11-09-2009 10:11 AM

Good to see you back Lordy. Hope you're well rested Smile

Don't worry we've not broken too much while you were away Tongue


RE: Oversight Jukebox V20091031-3b (scan fix for USA/Canada users) - lordy - 11-09-2009 12:38 PM

Well rested? I'm knackered! http://www.southportweekender.co.uk/


RE: Oversight Jukebox V20091031-3b (scan fix for USA/Canada users) - sattertje - 11-09-2009 01:22 PM

Hi Lordy,

Found out that the problem is in the catalog.sh file:

DEBUG("Folder ["scan_line"]")
if (scan_line == "VIDEO_TS" && is_file(currentFolder"/VIDEO_TS/VTS_01_0.VOB") ) {

if (match(currentFolder,"/[^/]+$")) {
f = substr(currentFolder,RSTART+1)
d = substr(currentFolder,1,RSTART-1)}

storeMovie(gMovieFileCount,f"/",d,calcTimestamp(lsMonth,lsDate,lsTimeOrYear,NOW))


(11-06-2009 11:07 AM)sattertje Wrote:  Hi Lordy,

Have been testing and found the problem.
When the file: VTS_01_0.VOB is missing in the VIDEO_TS folder it isn't storing the movie.

But without a VTS_01_0.VOB file the movie still works. The file VTS_01_0.VOB is usually a menu file.

Can you fix this that also without the file VTS_01_0.VOB, Oversight will store the movie.

Thanks






RE: Oversight Jukebox V20091031-3b (scan fix for USA/Canada users) - enterfornone - 11-09-2009 01:23 PM

(11-06-2009 11:07 AM)sattertje Wrote:  Hi Lordy,

Have been testing and found the problem.
When the file: VTS_01_0.VOB is missing in the VIDEO_TS folder it isn't storing the movie.

But without a VTS_01_0.VOB file the movie still works. The file VTS_01_0.VOB is usually a menu file.

Can you fix this that also without the file VTS_01_0.VOB, Oversight will store the movie.

Thanks




Second that, this is also a very big issue for me, many movies missed now, please fix it.


RE: Oversight Jukebox V20091031-3b (scan fix for USA/Canada users) - lordy - 11-09-2009 01:52 PM

Hi,

Make a safe copy of catalog.sh then with a Unix Friendly Editor change it from

Code:
if (scan_line == "VIDEO_TS" && is_file(currentFolder"/VIDEO_TS/VTS_01_0.VOB") ) {

to

Code:
if (scan_line == "VIDEO_TS"  ) {


Also if anyone can suggest a better file in the DVD scructure I should check for to stop Oversight indexing empty VIDEO_TS folders. (maybe just *.VOB)


RE: Oversight Jukebox V20091031-3b (scan fix for USA/Canada users) - sattertje - 11-09-2009 02:25 PM

Hi Lordy

I think *.VOB is a good idea. Because there must be VOB's inside the VIDEO_TS folder.

so can we make it from:
Code:
if (scan_line == "VIDEO_TS" && is_file(currentFolder"/VIDEO_TS/VTS_01_0.VOB") ) {

to

Code:
if (scan_line == "VIDEO_TS" && is_file(currentFolder"/VIDEO_TS/*.VOB") ) {
Huh
Thanks

(11-09-2009 01:52 PM)lordy Wrote:  Hi,

Make a safe copy of catalog.sh then with a Unix Friendly Editor change it from

Code:
if (scan_line == "VIDEO_TS" && is_file(currentFolder"/VIDEO_TS/VTS_01_0.VOB") ) {

to

Code:
if (scan_line == "VIDEO_TS"  ) {


Also if anyone can suggest a better file in the DVD scructure I should check for to stop Oversight indexing empty VIDEO_TS folders. (maybe just *.VOB)



RE: Oversight Jukebox V20091031-3b (scan fix for USA/Canada users) - lordy - 11-09-2009 04:08 PM

If that works it'll be by accident rather than by design Smile I'll put on my list to check. In the mean time people with issues may want to stick to the initial work around and have the possibility of empty VIDEO_TS appearing in the menu.


RE: Oversight Jukebox V20091031-3b (scan fix for USA/Canada users) - lordy - 11-09-2009 07:55 PM

(11-07-2009 02:22 PM)dc11ab Wrote:  Hi Lordy

I've been testing OverSight again, 20091030-1beta version installed from the zip-file via CSI. Installation was very smooth this time, none of the other issues that I noticed a couple of weeks ago was there now, apart from the /share/tmp/oversight/ (empty dir) left after installation. Is it actually needed as a temp folder for processing poster pictures etc?

Anyway, scanning took just a couple of minutes which seems accurate given the few amount of movies and TV shows I have on the disk.

Hi dc11ab, Good to know. I'll find that tmp folder and change it to /share/oversight/tmp
(11-05-2009 06:10 PM)salopian Wrote:  I have my files in share/Video/TV and share/Video/TV. Last night NZBGet downloaded Being Erica 1-7.
The files were put in share/TV/Being Erica - Season 2.
..
I then moved the files into share/Video/TV/Being Erica/season 2 via the PC.
Oversight still shows 'Scanning' (and has done for 24 hours) but after some hours when I click on the episode in Oversight I get 'Can't Play'.
How do I stop the scan and get Oversight to re-scan and recognise the new location of the files?

Hi, salopian. If the scanning message has not changed it means there was some problem starting the scan. You can just try doing another rescan. If the same thing happens please send logs. If you could email or pm a link to the original nzb file I could investigate why it got the wrong season.


RE: Oversight Jukebox V20091031-3b (scan fix for USA/Canada users) - norek - 11-10-2009 02:10 AM

Excuse me, i have some problem. I have PCH c200 and lastest oversight version. I can't change default resolution to HD. Can you tell me how to change it ? I was try select hd, text mode, poster mode etc. and it wasn't change.


RE: Oversight Jukebox V20091031-3b (scan fix for USA/Canada users) - espresso - 11-10-2009 09:27 AM

Norek,

I just installed oversight yesterday and had your problem.
I found that:

1. changing settings in "HD" affects how I see oversight from my firefox (web browser)
2. changing setting in "SD" affects how I see oversight from HD TV

It's working nicely for me, set it for 8 rows and 3 columns with a manual height (all setting changed from SD) and it works beautifully.

Regards,
E
Dear Oversighters,

I have installed oversight yesterday and I have to stay it went quite smooth and it works like a charm (after a bit of tweaking).

I have all my Movies on my Syno Box.
Configure oversight to scan and read from there. Works very nicely.

Everything works fine expect maybe for less than 1% of the cases.
I have a specific example where I have the BBC Documentary Earth with 11 episodes.
They are all the named the same, with the difference of course, of one having EP01, the other EP02 etc.

When oversight scans, I am getting three different icons.
One with a poster retrieved having one episode
another exact one with the same poster having a different episode
and 3rd one with no poster and having the remaining 9 episodes

I have tried the following:
1. renaming the files
2. renaming the directory that contain the files
3. removing the 3 icons from the list of oversight and doing a scan (for updates)
4. removing the 3 icons from the list of oversight and doing a full scan again.

Always the same result. Not sure what's so specific about these that I'm getting the problem

I have another movie, that even when I put a picture and rename it poster.jpg, oversight does not update (tried the above 4 steps and it didn't help).
Placing a picture and renaming it to poster.jpg worked in 5 other cases.

Does anyone have any idea why these abnormalities happen?
And what I can do to rectifiy it?

Thanks,
E


RE: Oversight Jukebox V20091031-3b (scan fix for USA/Canada users) - lordy - 11-10-2009 09:58 AM

@norek, Oversight needs an update to recognize some of the new tv modes on c200.
@espresso, logs may be best. Esp the html text page that should be showing the post.


RE: Oversight Jukebox V20091031-3b (scan fix for USA/Canada users) - norek - 11-10-2009 06:58 PM

Lordy, is that mean that you must change some function inside Oversight for C200 ?


RE: Oversight Jukebox V20091031-3b (scan fix for USA/Canada users) - salopian - 11-10-2009 07:20 PM

(11-09-2009 07:55 PM)lordy Wrote:  Hi dc11ab, Good to know. I'll find that tmp folder and change it to /share/oversight/tmp
(11-05-2009 06:10 PM)salopian Wrote:  I have my files in share/Video/TV and share/Video/TV. Last night NZBGet downloaded Being Erica 1-7.
The files were put in share/TV/Being Erica - Season 2.
..
I then moved the files into share/Video/TV/Being Erica/season 2 via the PC.
Oversight still shows 'Scanning' (and has done for 24 hours) but after some hours when I click on the episode in Oversight I get 'Can't Play'.
How do I stop the scan and get Oversight to re-scan and recognise the new location of the files?

Hi, salopian. If the scanning message has not changed it means there was some problem starting the scan. You can just try doing another rescan. If the same thing happens please send logs. If you could email or pm a link to the original nzb file I could investigate why it got the wrong season.

I solved the problem by doing a re-install from CSI.

I have moved some more series from /share/Video/TV to /share/Tv (to comply with oversight) and the scan never finished. Which log file do you want?

I shall do another re-install and scan which should get back to a correct display of seasons.
Apart from that the program is excelent.


RE: Oversight Jukebox V20091031-3b (scan fix for USA/Canada users) - lordy - 11-10-2009 07:30 PM

@norek - yes. There are a couple of tv modes that Oversight needs a new release for. In the mean time other TV modes may work. This may all Improve soon as I finally have a good enough reason to get a HD TV - I want something I can swivel around for different seating positions. I couldnt justify on picture alone because by CRTV picture is lovely.

@salopian - there should be a big scan catalog.nnnn.log in /share/Apps/oversight/logs - see http://code.google.com/p/oversight/wiki/SendingLogReports