Missing Movie Scanner

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
null_pointer Offline
Member
Posts: 62
Joined: Oct 2011
Reputation: 0
Post: #11
Quote:If you want i can post one tomorrow. PC is already shutdown.
If you could that would be great, I am interested in how it looks on other skins, I might use your code to hide/close the default bust indicator if this is going to be an issues for people running different skins.

Thanks for testing, helps a lot :-)
find quote
castortray Offline
Fan
Posts: 503
Joined: May 2009
Reputation: 0
Post: #12
Does this plugin work with MySql and smb:// path ?
find quote
null_pointer Offline
Member
Posts: 62
Joined: Oct 2011
Reputation: 0
Post: #13
I guess so, it uses the JSON-RPC methods to get data so it should work with all the standard data sources.
find quote
Martijn Online
Team-XBMC
Posts: 7,711
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #14
null_pointer Wrote:If you could that would be great, I am interested in how it looks on other skins, I might use your code to hide/close the default bust indicator if this is going to be an issues for people running different skins.

Thanks for testing, helps a lot :-)

Here you can see the two dialogs on top of each other:
http://img824.imageshack.us/img824/5944/...ot069y.png

When busy dialog removed:
http://img197.imageshack.us/img197/9595/...ot068d.png

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
troelsdk Offline
Junior Member
Posts: 3
Joined: Feb 2011
Reputation: 0
Post: #15
Would it be possible to add the feature that enables the user to press "i" on the missing movies and manually scrape them?

Now it looks like you have to write the titles down and go into video/files to scrape.

And thanks a lot for the plugin.

br
Troels
find quote
solidsatras Offline
Senior Member
Posts: 289
Joined: Mar 2010
Reputation: 10
Post: #16
I have one minor problem so far. The results after the search aren´t visible.
[Image: screenshot013u.th.png]
I think the two missing items should be listed in the two rows.
Maybe this is skin related(latest SVN T!) or i´m doing something wrong.

My logfile is fairly big so i uploaded it here:
http://www.mediafire.com/?oi13l4cdj0ebt7y
find quote
Martijn Online
Team-XBMC
Posts: 7,711
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #17
solidsatras Wrote:I have one minor problem so far. The results after the search aren´t visible.
[Image: screenshot013u.th.png]
I think the two missing items should be listed in the two rows.
Maybe this is skin related(latest SVN T!) or i´m doing something wrong.

My logfile is fairly big so i uploaded it here:
http://www.mediafire.com/?oi13l4cdj0ebt7y

No that is just a notification how many there are missing. The actual list is displayed at the right. Transparency works fine for me.

Just hit the ok button.

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
solidsatras Offline
Senior Member
Posts: 289
Joined: Mar 2010
Reputation: 10
Post: #18
The picture i used wasn´t the best choice, i wanted to show null_pointer how
the dialog looks in Transparency and describe my problem.
Here is another screenshot with the two empty rows:
[Image: screenshot012fb.th.png]

Edit:
Just tested with Confluence with the same result:
[Image: screenshot014rm.th.png]
(This post was last modified: 2011-12-31 17:02 by solidsatras.)
find quote
null_pointer Offline
Member
Posts: 62
Joined: Oct 2011
Reputation: 0
Post: #19
Martijn Wrote:Here you can see the two dialogs on top of each other:

Hehe yep that is a bit silly, I will add your line to close the standard busy dialog.

Does that mean all add-ons that use a progress or for that matter any other sort of dialog has this problem with that skin?
find quote
null_pointer Offline
Member
Posts: 62
Joined: Oct 2011
Reputation: 0
Post: #20
troelsdk Wrote:Would it be possible to add the feature that enables the user to press "i" on the missing movies and manually scrape them?

Now it looks like you have to write the titles down and go into video/files to scrape.
I can look at that but the problem is just doing a scan for that file is not going to help, it is not in the library because the movie info loader could not find a match for it so just doing another scan will probably just return no results. If it had found a match the first time then it would be in the library.

The best way I have found is to rename my dir/file and then do a Scan for new content for that source, the good thing with this approach is if you need to rebuilt your library again then that file should now be found correctly.
find quote
Post Reply