[19. April 2013] A-400 Advanced Network Setup now available | [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 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

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)
Post Reply 
[Download] UMC 2.1.1
09-22-2011, 10:42 AM (This post was last modified: 09-22-2011 10:45 AM by CRiSP.)
Post: #31
RE: [Download] UMC 2.1.1
(09-22-2011 08:28 AM)ApacheTong Wrote:  Why the movies groups are re-scan when I launch a new scan.

I can't lock the movies group.

This is a deliberate design decision: since a moviegroup is constructed after the scan of the movies, it is much more complex to do backtracking of changes in moviegroups after a rescan; for example: a movie which is a member of a moviegroup can be unlocked and removed, but what do you do when the moviegroup is locked -- since locked objects are not included in the scan, this requires finding the moviegroups a movie belongs to (which is in fact backtracking since we don't keep these backward links in the database), unlocking it, inserting it in the scanning progress etc etc... We decided to reconstruct moviegroups every time a scan is performed. This ensures that the contents of a moviegroup are always correct, with a minimum of additional scanning time and more importantly without the complexity of backtracking (where a lot can go wrong...).

What problem are you experiencing with unlocked moviegroups?

(09-22-2011 08:28 AM)ApacheTong Wrote:  And for the scrapper allociné I modify it to function (but no with plugin mediagrabber why ? I don't now.) If french person here interested.

Modify? What did you change?

There is a known bug with the MediaGrabber and the AlloCine scraper, see ticket 130.

BR,

Crisp
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to CRiSP for this post
09-22-2011, 11:05 AM
Post: #32
RE: [Download] UMC 2.1.1
CRiSP, Big Thank you for your very quick response.

(09-22-2011 10:42 AM)CRiSP Wrote:  What problem are you experiencing with unlocked moviegroups?

My problem is movie in Group is not really locked.
If I modify one movie manually, after a new scan is modified again.

(09-22-2011 10:42 AM)CRiSP Wrote:  Modify? What did you change?

In Allopcine class ( from umc 2.1.0 x64) from the zip I modify all partner value from 1 to 4.
After I re-zipped files and replaced zip in plugin directory.
That not completly function but it's the only solution I've find the import plot for my movie.
Find all posts by this user
Add Thank You Quote this message in a reply
09-22-2011, 02:01 PM
Post: #33
RE: [Download] UMC 2.1.1
(09-22-2011 11:05 AM)ApacheTong Wrote:  My problem is movie in Group is not really locked.
If I modify one movie manually, after a new scan is modified again.

Try to lock the movie, not the moviegroup.

(09-22-2011 11:05 AM)ApacheTong Wrote:  In Allopcine class ( from umc 2.1.0 x64) from the zip I modify all partner value from 1 to 4.
After I re-zipped files and replaced zip in plugin directory.
That not completly function but it's the only solution I've find the import plot for my movie.

Please use UMC 2.1.1 !! It has a completely rewritten AlloCine plugin which works much better, only with the MediaGrabber there is still a problem...

-> You should try to use the Computed Title identifier & AlloCine scraper, this should give you about 60-70% ok results (the search engine of AlloCine is not so good so it returns a lot of wrong results Sad ) -- if you use NFO or XML files with the AlloCine ID, then the AlloCine scraper will correctly download all information without need to modify the plugin!

BR,

Crisp
Find all posts by this user
Add Thank You Quote this message in a reply
09-22-2011, 03:09 PM
Post: #34
RE: [Download] UMC 2.1.1
(09-22-2011 02:01 PM)CRiSP Wrote:  Try to lock the movie, not the moviegroup.

My Movies are already locked UMC always scan it.
For Example :
I scan "movie1" in group "movie".
UMC find "movie1" but name it "movie1 3D".
I unlock the movie modify name to "movie1".
I re-lock the movie
I save.
I add a new film and launch a scan
I deduct all movie rescaned because umc create 73 job and take long time.
And at the end of the scan my movie name change from "movie1" to "movie1 3D"


For Allocine in my case the 2.1.1 version don't find Allocine Plot but I don't try to modify the partner value.
I will test for It.
But with the 2.1.0 version modified combine to moviedb and imdb scrapper plugin, a good naming file. My movie all correctly deceted.
I've just to change the fanart to have it in french.

Sorry for my very poor English ( French "English teacher" are'nt the best )
Find all posts by this user
Add Thank You Quote this message in a reply
09-22-2011, 04:21 PM (This post was last modified: 09-22-2011 04:22 PM by CRiSP.)
Post: #35
RE: [Download] UMC 2.1.1
(09-22-2011 03:09 PM)ApacheTong Wrote:  My Movies are already locked UMC always scan it.
For Example :
I scan "movie1" in group "movie".
UMC find "movie1" but name it "movie1 3D".
I unlock the movie modify name to "movie1".
I re-lock the movie
I save.
I add a new film and launch a scan
I deduct all movie rescaned because umc create 73 job and take long time.
And at the end of the scan my movie name change from "movie1" to "movie1 3D"

Strange, this should not happen -- does this also happen with UMC 2.1.1 ? If it does, you found a bug!

(09-22-2011 03:09 PM)ApacheTong Wrote:  For Allocine in my case the 2.1.1 version don't find Allocine Plot but I don't try to modify the partner value.

You should not modify the partner level Big Grin. Depending on the value, it can change from returning XML data to JSON data, which means it will simply not work at all anymore.

Can you give some examples of movies where the plot is not found? Please put the logging level to TRACE (Advanced Settings -> Logging), exit UMC, delete the entire content of the "logs" directory, restart UMC, please scan again and have a look at the "SCRAPER AlloCine.log" to see if there is an error message regarding the plot; if you want, please also send me a copy of your logfiles: crisp at umc-project dot de; this also seems like a bug, plot retrieval should work fine...

If I can find the problem, I will send you a test/beta version of the AlloCine plugin so we can make it work without any need to change partner values, ...


BR,

Crisp
Find all posts by this user
Add Thank You Quote this message in a reply
09-22-2011, 05:57 PM
Post: #36
RE: [Download] UMC 2.1.1
In trying to retrieve the log Allocine scrapper, I realized that it was not running. So I had no log file.
I completely deleted UMC and I extract it again. I had the same problem.

Finally I deleted the file umc_ .............. present in my library.

The scrapper allocine works perfectly! shame on me
You did a wonderful job

However I still have the problem of movies groups scan and I am on 2.1.1 (x64)
Find all posts by this user
Add Thank You Quote this message in a reply
09-22-2011, 09:19 PM
Post: #37
RE: [Download] UMC 2.1.1
(09-22-2011 05:57 PM)ApacheTong Wrote:  The scrapper allocine works perfectly! shame on me
You did a wonderful job

Thanks! Great to hear it is working now...

(09-22-2011 05:57 PM)ApacheTong Wrote:  However I still have the problem of movies groups scan and I am on 2.1.1 (x64)

I tested it and can reproduce the problem; I've created ticket 131 for this, we'll look at it and fix it for the next release.

BR,

Crisp
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to CRiSP for this post
09-25-2011, 08:05 AM
Post: #38
RE: [Download] UMC 2.1.1
@ crisp

I thought I change my xml files and remove the xb:
but then the movies are not found.
this is the xml: is this xml correct?

PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<movie xmlns:="http://www.umc-project.de/xmlbeans">
  <language id="en">
    <plugin type="imdb" id="tt1261041"/>
    <title>2:22</title>
    <plot>The plan was easy; .....</plot>
    <genre>Crime</genre>
    <rating>6.5</rating>
  </language>
  <year>2008</year>
  <cover>E:\backup\UMC\Cover\2 22[Cover].jpg</cover>
  <backdrop>E:\backup\UMC\Cover\2 22[Backdrop].jpg</backdrop>
  <resolution>704x480</resolution>
  <cast/>
</movie 
Find all posts by this user
Add Thank You Quote this message in a reply
09-25-2011, 08:26 AM
Post: #39
RE: [Download] UMC 2.1.1
hi, is it a copy paste error, you are missing the > at the end...
If not, could you please post again the identifier and parser log for an xml?
Find all posts by this user
Add Thank You Quote this message in a reply
09-25-2011, 10:39 AM
Post: #40
RE: [Download] UMC 2.1.1
In the movie tag, remove the semicolon after the xmlns keyword.
Find all posts by this user
Add Thank You Quote this message in a reply
09-25-2011, 03:12 PM
Post: #41
RE: [Download] UMC 2.1.1
(09-25-2011 08:26 AM)mooh Wrote:  hi, is it a copy paste error, you are missing the > at the end...
If not, could you please post again the identifier and parser log for an xml?

copy paste error.

(09-25-2011 10:39 AM)CRiSP Wrote:  In the movie tag, remove the semicolon after the xmlns keyword.

that's it, thanks
Find all posts by this user
Add Thank You Quote this message in a reply
09-26-2011, 10:38 AM
Post: #42
RE: [Download] UMC 2.1.1
why you dont use for the moment the update function in umc ???

Panasonic th-42px60e
HomeCinema Yamaha 4115
DUNE
Find all posts by this user
Add Thank You Quote this message in a reply
09-26-2011, 11:45 AM (This post was last modified: 09-26-2011 01:16 PM by CRiSP.)
Post: #43
RE: [Download] UMC 2.1.1
(09-26-2011 10:38 AM)Scorpys Wrote:  why you dont use for the moment the update function in umc ???

What do you mean exactly? For that AlloCine scraper that was sent to ApacheTong? That was an internal test version to be sure that what we changed in the code, did in fact solve the problem (we sometimes sent a quick test version to people reporting bugs, to be sure their problems are solved); it will be present in the next release of UMC which will of course be made available using the update function. If in the meantime you also want that beta version of the scraper, just let me know by private message.

At the moment, we are not using the update function for every little bit that changes (every week, there are perhaps 20-30 changes being done to the code).
Find all posts by this user
Add Thank You Quote this message in a reply
09-26-2011, 02:22 PM
Post: #44
RE: [Download] UMC 2.1.1
@crisp: Sorry for keeping repeating myself, but do you know if automount works in this version. I am changed to Windows Home Server as a NAS, and it's important to know if this feature works..
Find all posts by this user
Add Thank You Quote this message in a reply
09-26-2011, 03:10 PM
Post: #45
RE: [Download] UMC 2.1.1
CRiSP it's just a question Smile

Panasonic th-42px60e
HomeCinema Yamaha 4115
DUNE
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  UMC setup Veger69 3 2,089 08-16-2012 10:54 PM
Last Post: Veger69
  UMC for Android mooh 61 20,029 08-05-2012 11:00 AM
Last Post: mooh
  [UMC 2.1.1] - IMDB Issues CRiSP 5 1,347 04-03-2012 11:32 AM
Last Post: CRiSP
  UMC for Android Tab mooh 0 1,003 03-05-2012 08:30 PM
Last Post: mooh
  UMC FanartGrabber plugin problem Tr|X 3 1,218 01-10-2012 02:46 PM
Last Post: CRiSP
  UMC doesn't list a series MrJT 11 2,275 01-08-2012 07:37 PM
Last Post: MrJT
  UMC 2.1.1 sync maureen 4 1,457 01-05-2012 12:43 PM
Last Post: maureen
  Will UMC 2.x.x. have an SD 4:3 skin? sal iva 4 2,612 12-05-2011 12:51 PM
Last Post: CRiSP
  UMC 2.1.1 does not work fafi007 12 3,932 09-30-2011 08:38 PM
Last Post: fafi007
  How to start UMC on Popcorn C-200 mark123 4 2,741 09-20-2011 01:46 PM
Last Post: supari

Forum Jump: