[7. June 2013] Youporn available now | [19. April 2013] A-400 Advanced Network Setup | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 RC1 [13 June 2013] | A-200/A-210 RC1 [13 June 2013]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Thread Closed 
[oversight] VOB, mp4 format
09-08-2010, 03:07 PM (This post was last modified: 09-08-2010 03:08 PM by atticus.)
Post: #1
[oversight] VOB, mp4 format
I was searching the Oversight wiki for an answer, but I could not find any for the following:
I was looking for a list of formats/file extensions that are recognized by Oversight.
I found that movies of vob extension are not shown in the jukebox.
Such file name pattern I use is: movietitle_year.vob (typically extracted from a DVD).

I'd also like to report a bug: after converting the VOB file into mp4, Oversight recognized it, but on the movie detail page the movie title also contains string "mp4" at the end (although there is an nfo file; movie data, fanart and cover are all OK - except the movie title).

Any help would be appreciated.
http://www.networkedmediatank.com/showth...rksolved=1
many thanks, Atticus

PS: btw I'm using r1271

Popcorn Hour A-200
Sharp LC-52LE705E
Yamaha RX-V350
Find all posts by this user
09-10-2010, 03:53 AM
Post: #2
RE: [oversight] VOB, mp4 format
(09-08-2010 03:07 PM)atticus Wrote:  I found that movies of vob extension are not shown in the jukebox.
Such file name pattern I use is: movietitle_year.vob (typically extracted from a DVD).


I have run into this problem when ripping episodes from my dvd's to store on the hard drive, but its easily solved.

The pch-200 is a linux device, thus it doesn't care what you name a file, it will play a file depending on the header inside the file. Thus I simply renamed my .vob files to .avi files and Oversight picked them straight up and the pch doesn't have a problem playing them.

Popcorn Hour C-200
Pioneer VSX1019AH
BENQ W1000

NAS no, gave up on those. Mounts from a Linux server are simple and the best.
Find all posts by this user
[+] 1 user says Thank You to who for this post
09-10-2010, 09:28 AM
Post: #3
RE: [oversight] VOB, mp4 format
(09-10-2010 03:53 AM)who Wrote:  Thus I simply renamed my .vob files to .avi files and Oversight picked them straight up and the pch doesn't have a problem playing them.

Thanks for the hint!
It's a bit misleading if one keeps safety copies of some of its movies in regard of extension<->format and also if the Oversight will be enhanced to recognize and display video file formats.
The simplest solution would be for Oversight to recognize/take into account filename.vob files outside VIDEO_TS directories.

Thanks!

Popcorn Hour A-200
Sharp LC-52LE705E
Yamaha RX-V350
Find all posts by this user
09-10-2010, 12:58 PM
Post: #4
RE: [oversight] VOB, mp4 format
Yup, I'll log it as an issue.

Oversight: Jukebox | FeedTime: Automatic nzbs
Find all posts by this user
09-10-2010, 01:49 PM
Post: #5
RE: [oversight] VOB, mp4 format
(09-10-2010 12:58 PM)lordy Wrote:  Yup, I'll log it as an issue.

I haven't looked at the code so don't know how Oversight does its scanning, but running on Linux it could be something like:

Code:
/usr/bin/find <path_to_videos> -name \*\.mpeg -o -name \*\.mpg -o -name \*\.avi -o -name \*\.vob -o -name \*\.mkv |sed 's/\/VIDEO_TS\/.*//'

will list the movies that should be taken into account (of course I haven't listed all the extensions).
What can be quicker than the OS find?

Popcorn Hour A-200
Sharp LC-52LE705E
Yamaha RX-V350
Find all posts by this user
09-10-2010, 02:31 PM
Post: #6
RE: [oversight] VOB, mp4 format
Wouldn't it become a problem when Oversight is looking at ripped dvd directories? They have multiple vob's for just the one movie.

Popcorn Hour C-200
Pioneer VSX1019AH
BENQ W1000

NAS no, gave up on those. Mounts from a Linux server are simple and the best.
Find all posts by this user
09-10-2010, 02:40 PM (This post was last modified: 09-10-2010 02:41 PM by atticus.)
Post: #7
RE: [oversight] VOB, mp4 format
That's why I chopped everything after (and including) VIDEO_TS done by the sed part (with the presumption having a valid DVD image when VIDEO_TS is present; well, this might need some refinement Cool )

Popcorn Hour A-200
Sharp LC-52LE705E
Yamaha RX-V350
Find all posts by this user
09-10-2010, 02:55 PM
Post: #8
RE: [oversight] VOB, mp4 format
No problem , I know what needs to be done Smile

Oversight: Jukebox | FeedTime: Automatic nzbs
Find all posts by this user
09-10-2010, 03:04 PM
Post: #9
RE: [oversight] VOB, mp4 format
Hi who, now I got what you meant.... getting rid of duplicates.
OK, put afterward a '|sort -u'

Popcorn Hour A-200
Sharp LC-52LE705E
Yamaha RX-V350
Find all posts by this user
09-13-2010, 12:54 PM (This post was last modified: 09-13-2010 12:55 PM by atticus.)
Post: #10
RE: [oversight] VOB, mp4 format
... or of course '|/usr/bin/uniq' if that's available. I guess this is faster than 'sort -u'

Popcorn Hour A-200
Sharp LC-52LE705E
Yamaha RX-V350
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Oversight still working with last C-200 Beta Firmware ? Odul 4 278 Yesterday 05:02 PM
Last Post: Micki
  Does oversight needs an upgrade after nzbget 11 ?? Slevin 13 1,018 06-01-2013 08:45 PM
Last Post: Slevin
Wink [HTML]slickskin [OVERSIGHT-gaya] jonny555 401 44,150 05-31-2013 11:44 PM
Last Post: jonny555
  whats the future for oversight jonny555 2 360 05-27-2013 07:45 PM
Last Post: jonny555
  Oversight to work with new NZBGet post processing script? mmccking 13 1,645 05-05-2013 10:06 AM
Last Post: Damester24
  Can't run Oversight after upgrading A400 pmcd 6 508 04-29-2013 09:38 AM
Last Post: pmcd
  Sabnzbd/Sickbeard Updating Oversight RXP 44 4,286 04-18-2013 04:39 PM
Last Post: espresso
  Oversight -> Eversion - r2312 - direct - alpha testing - feedback lordy 199 33,363 04-13-2013 08:31 PM
Last Post: espresso
  Oversight changes the PCH font sventamyra 0 376 04-13-2013 12:09 PM
Last Post: sventamyra
  Oversight -> Eversion: Genres not working Micki 0 555 03-28-2013 08:51 AM
Last Post: Micki

Forum Jump: