User(s) browsing this thread: 1 Guest(s)
|
Oversight 2.0-alpha-r1913 MultiLingual unstable alpha release
|
|
06-15-2011, 04:13 AM
|
|||
|
|||
|
RE: Oversight 2.0-alpha-r1913 MultiLingual unstable alpha release
Hi,
I had a similar problem with files/folders containing ' in the name. eg. D'Video. These few that I had are not in imdb so I created nfo files for them but unless I removed the ' it would not pick up the details from the nfo file. I then renamed them to not use the ' and it works better. Which leads me to my next problem. It seems like nfo.awk does not pick up the genre properly. I see that is is trying to count the number of instances of genre in the file and then join the genre's together separated by a |. This does not seem to work. I have a nfo file like the following : <movie> <title>Jimmy Magee: A different Class</title> <originaltitle></originaltitle> <rating></rating> <year>2010</year> <plot>After nearly fifty years at the top of the Irish sports commentary game, Jimmy Magee's exuberance and enthusiasm persists. In this programme Jimmy revisits the landscape of his youth, his sporting highlights and his working life during the year that was 2010.</plot> <runtime>26</runtime> <thumb></thumb> <fanart></fanart> <id>-1</id> <genre>Documentary</genre> <genre>Sport</genre> </movie> If I use this then I get the genre set to movie|genre|movie|genre<2 I see the piece of code where it is doing it in nfo.awk: num = find_elements(xml,"/movie/genre",empty_filter,0,tags); if (num) { for(i = 1 ; i <= num ; i++ ) { tmp = tmp "|"tags[i]; } minfo2["mi_genre"] = substr(tmp,2); } I see what you are trying to do here but I cant see where it is going wrong. Anyway I commented out that section and added the line: minfo2["mi_genre"] = xml["/movie/genre"]; I then modified my nfo file to have all the genre's in one line separated by a | and it works properly. Of course that violates the XBMC format but it is a quick solution for me. <movie> <title>Jimmy Magee: A different Class</title> <originaltitle></originaltitle> <rating></rating> <year>2010</year> <plot>After nearly fifty years at the top of the Irish sports commentary game, Jimmy Magee's exuberance and enthusiasm persists. In this programme Jimmy revisits the landscape of his youth, his sporting highlights and his working life during the year that was 2010.</plot> <runtime>26</runtime> <thumb></thumb> <fanart></fanart> <id>-1</id> <genre>Documentary|Sport</genre> </movie> For a man of Lody's skill I think it should be a pretty quick fix to get that piece of code working. |
|||
|
06-27-2011, 01:54 AM
|
|||
|
|||
|
RE: Oversight 2.0-alpha-r1913 MultiLingual unstable alpha release
@jlopezvl - csi:miami should work now. (just), Chaning a different heuristic seemed to fix it.
@MickH - will look soon Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
07-04-2011, 11:37 AM
|
|||
|
|||
|
RE: Oversight 2.0-alpha-r1913 MultiLingual unstable alpha release
Hey Lordy,
Hope all is well... As always amazing working with oversight! brilliant indeed. I'm on the latest version R1999 and Im not sure if the following issue is related to it, but I guess I started having with I upgraded to it. When adding new movies oversight's scan crashes as I will detail in the error to follow. When adding episodes to series it works fine (didn't test adding completely new series). The below is when oversight tries to add a new movie "13 assassins" [DEBUG] 08:59:38 : Folder = /opt/sybhttpd/localhost.drives/NETWORK_SHARE/synology/Movies/High.Definition/13.Assassins.1080p [INFO] 08:59:38 : Queued /opt/sybhttpd/localhost.drives/NETWORK_SHARE/synology/Movies/High.Definition/13.Assassins.1080p/13.Assassins.mkv [INFO] 08:59:38 : no image path /opt/sybhttpd/localhost.drives/NETWORK_SHARE/synology/Movies/High.Definition/13.Assassins.1080p/poster.jpg [INFO] 08:59:38 : no image path /opt/sybhttpd/localhost.drives/NETWORK_SHARE/synology/Movies/High.Definition/13.Assassins.1080p/poster.png [INFO] 08:59:38 : no image path /opt/sybhttpd/localhost.drives/NETWORK_SHARE/synology/Movies/High.Definition/13.Assassins.1080p/poster.JPG [INFO] 08:59:38 : no image path /opt/sybhttpd/localhost.drives/NETWORK_SHARE/synology/Movies/High.Definition/13.Assassins.1080p/poster.PNG [INFO] 08:59:38 : no image path /opt/sybhttpd/localhost.drives/NETWORK_SHARE/synology/Movies/High.Definition/13.Assassins.1080p/fanart.jpg [INFO] 08:59:38 : no image path /opt/sybhttpd/localhost.drives/NETWORK_SHARE/synology/Movies/High.Definition/13.Assassins.1080p/fanart.png [INFO] 08:59:38 : no image path /opt/sybhttpd/localhost.drives/NETWORK_SHARE/synology/Movies/High.Definition/13.Assassins.1080p/fanart.JPG [INFO] 08:59:38 : no image path /opt/sybhttpd/localhost.drives/NETWORK_SHARE/synology/Movies/High.Definition/13.Assassins.1080p/fanart.PNG [INFO] 08:59:38 : @@@@@@@ Start item 0: [13.Assassins.mkv] @@@@@@@@@@ [INFO] 08:59:38 : >Begin verify [INFO] 08:59:38 : ok field [mi_poster] = [] [INFO] 08:59:38 : ok field [mi_do_scrape] = [1] [INFO] 08:59:38 : ok field [mi_nfo_default] = [/opt/sybhttpd/localhost.drives/NETWORK_SHARE/synology/Movies/High.Definition/13.Assassins.1080p/13.Assassins.nfo] [INFO] 08:59:38 : ok field [mi_fanart] = [] [INFO] 08:59:38 : ok field [mi_mb] = [10076] [INFO] 08:59:38 : ok field [mi_media] = [13.Assassins.mkv] [INFO] 08:59:38 : ok field [mi_folder] = [/opt/sybhttpd/localhost.drives/NETWORK_SHARE/synology/Movies/High.Definition/13.Assassins.1080p] [INFO] 08:59:38 : ok field [mi_file_time] = [20110703225400] [INFO] 08:59:38 : <End verify=[=[1]] [INFO] 08:59:38 : >Begin identify_and_catalog /opt/sybhttpd/localhost.drives/NETWORK_SHARE/synology/Movies/High.Definition/13.Assassins.1080p/13.Assassins.mkv [INFO] 08:59:38 : status:item 1 [DEBUG] 08:59:38 : folder :[/opt/sybhttpd/localhost.drives/NETWORK_SHARE/synology/Movies/High.Definition/13.Assassins.1080p] [DEBUG] 08:59:38 : Using default info to find url [INFO] 08:59:38 : >Begin readXML [DEBUG] 08:59:38 : Encoding:utf-8 gawk: /share/Apps/oversight/bin/catalog/html.awk:413: fatal: can't redirect to `/opt/sybhttpd/localhost.drives/NETWORK_SHARE/synology/Movies/High.Definition/13.Assassins.1080p/13.Assassins.nfo.iconv' (Permission denied) Is oversight trying to write in that folder? I have given write access (or at least i think but it didn't seem to help). What is .iconv? I tried to re-install latest version again didn't help. I have a request as well, great stuff with oversight identifying whether a movie is 1080p or 720p. Can add a sort option to display let's say only 1080p movies as it is in the DB now? Thanks, Espresso NMT: C-200, 2.5" 320GB WD3200BEKT... NAS-->NMT-->HDMI-->AVR-->HDMI-->TV A-110, 3.5" 2T WD20EADS NAS: Synology DS412+, DSM 4.2, 4x2TB, RAID 5 Router: SiteCom 300N XR TV: Samsung UE46B8000 AVR: Harman/Kardon AVR 355 Game: XBOX 360 |
|||
|
07-04-2011, 12:08 PM
|
|||
|
|||
|
RE: Oversight 2.0-alpha-r1913 MultiLingual unstable alpha release
Thanks espresso - I've raised an issue regarding the iconv file, to make sure it is always created in oversights temp area. This is the UTF-8 version of the file. Necessary when reading from different websites with different character encodings. It should not even get created in this case (reading a file that is already UTF-8).
Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]






![[+]](images/collapse_collapsed.gif)

