[RELEASE] Missing Movie Plugin - Find Movies and TV Shows that are not in the library

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Hiram Offline
Member
Posts: 85
Joined: Jul 2010
Reputation: 0
Location: Brisbane, Australia
Post: #41
Glad it's working a bit better now. I'll look into the problem you're having regarding movies and get back to you in a bit - just about to go to bed.

Also, specials don't work because I've forgotten to add them in! The next release will support specials. Sorry about that!
find quote
Dobyken Offline
Fan
Posts: 559
Joined: Apr 2010
Reputation: 5
Location: Florida Gulf Coast
Post: #42
Hiram Wrote:Glad it's working a bit better now. I'll look into the problem you're having regarding movies and get back to you in a bit - just about to go to bed.

Also, specials don't work because I've forgotten to add them in! The next release will support specials. Sorry about that!

Thanks for fixing the "/" problem. Noticed a few things in 2.0. Movies belonging to sets are being shown as missing as well as multi-file titles such as CD1 CD2. It did, however, pick up a couple of movies that really aren't in the database so it does perform a valuable and long missing function.

Mythbuntu doesn't need viruses - we have Sudo
find quote
Tomkun Offline
Fan
Posts: 492
Joined: Jul 2004
Reputation: 4
Location: Japan
Post: #43
Hiram Wrote:Glad it's working a bit better now. I'll look into the problem you're having regarding movies and get back to you in a bit - just about to go to bed.

Also, specials don't work because I've forgotten to add them in! The next release will support specials. Sorry about that!

No worries, I'm just glad to know it's being worked on! Big Grin
find quote
Yulquen Offline
Member+
Posts: 13
Joined: Dec 2008
Reputation: 0
Post: #44
2.0 on my system, scanning movies, I get a dialogue box
with the title frame LALALALALALALLAALALALA something,
Y:\\Movies\\
retrieved 0 items
although there are some missing titles,
then loading the missing directory which is empty.

selecting tv shows, I get Error, script failed at the top of the screen.

my movie source is Y:\Movies\
Code:
18:06:24 T:976 M:527908864  NOTICE: -->Python Interpreter Initialized<--
18:06:25 T:976 M:524382208  NOTICE: FOUND SHARE: Y:\Movies\
18:06:25 T:976 M:524382208  NOTICE: FOUND SHARE: addons://sources/video/
18:06:28 T:5208 M:522326016 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
18:06:29 T:5388 M:522072064  NOTICE: -->Python Interpreter Initialized<--
18:06:30 T:5208 M:522522624 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
18:06:31 T:5968 M:523132928  NOTICE: -->Python Interpreter Initialized<--
18:06:31 T:5968 M:522854400   ERROR: Error Type: exceptions.KeyError
18:06:31 T:5968 M:522854400   ERROR: Error Contents: seasons
18:06:31 T:5968 M:522838016   ERROR: Traceback (most recent call last):
                                              File "C:\Documents and Settings\Jørn Rune Jakobsen\Application Data\XBMC\addons\plugins.video.missingmovies\default.py", line 221, in ?
                                                ok = show_tvshow_submenu()
                                              File "C:\Documents and Settings\Jørn Rune Jakobsen\Application Data\XBMC\addons\plugins.video.missingmovies\default.py", line 189, in show_tvshow_submenu
                                                TV_PATHS = get_tv_sources()
                                              File "C:\Documents and Settings\Jørn Rune Jakobsen\Application Data\XBMC\addons\plugins.video.missingmovies\default.py", line 92, in get_tv_sources
                                                files = get_tv_files()
                                              File "C:\Documents and Settings\Jørn Rune Jakobsen\Application Data\XBMC\addons\plugins.video.missingmovies\default.py", line 79, in get_tv_files
                                                seasons = seasons_result['result']['seasons']
                                            KeyError: seasons
18:06:32 T:5208 M:522711040   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.missingmovies/?mode=20
18:06:32 T:5208 M:522711040   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.missingmovies/?mode=20) failed
18:06:32 T:4364 M:522682368  NOTICE: -->Python Interpreter Initialized<--
18:06:32 T:5208 M:522854400 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
find quote
Hiram Offline
Member
Posts: 85
Joined: Jul 2010
Reputation: 0
Location: Brisbane, Australia
Post: #45
Hahahahahaha I've forgotten to remove one of my debugging dialog boxes, don't worry about LALALALALALALLAALALALA!

I'll have a look into that as well! That's not an error I like to see though, that means it's not picking up seasons properly somewhere along the line. I'll look into that too!

The retrieved items being 0 thing seems to be a problem of XBMC, when constructing a dialog you have to tell it how many items you're adding so it can do a progess bar. Even though I tell it how many there are, it doesn't do it properly.

Thanks for reporting these!
find quote
steppedup Offline
Senior Member
Posts: 247
Joined: Dec 2009
Reputation: 2
Post: #46
I just caught the fact that it doesn't update sets - does it also not catch movie-trailer?

Because the movies listed in my library, but the movie trailer is caught in the script?
find quote
Hiram Offline
Member
Posts: 85
Joined: Jul 2010
Reputation: 0
Location: Brisbane, Australia
Post: #47
@steppedup, what do you mean by "sets"? My plugin doesn't catch trailers, I don't know of any way to find trailers through Python. Could you show me an example of the way you store your movie trailers? I'll look into finding a way to support trailer detection.

@Dobyken, I'm adding support for multi-file movies as we speak, but could you clarify what you mean by "sets" also?
find quote
msderganc Offline
Member+
Posts: 77
Joined: Aug 2010
Reputation: 0
Location: Houston, Texas
Post: #48
Maybe I'm late to the party, but the issue with network shares not being listed can be worked around by just mapping them as network drives, correct?
find quote
Hiram Offline
Member
Posts: 85
Joined: Jul 2010
Reputation: 0
Location: Brisbane, Australia
Post: #49
@msderganc, yes I thought that it could be worked around that way, way back on page 2 I offered that as a solution, but castortray pointed out on page 3 that using MySQL to share user profile data between multiple machines means that it isn't possible to map network drives.

I've seen some people provide dodgy looking scripts to interact with Samba shares, but they're really old, like back from 2004 level of old so they're probably so outdated they're unusable.
find quote
steppedup Offline
Senior Member
Posts: 247
Joined: Dec 2009
Reputation: 2
Post: #50
In each of my individually named movie folders (like Blade (2010) ), I have one trailer, called movie-trailer.mov

Regarding sets - here's more info.

I know this because it said that I didn't have Batman - but I have it, and its included in the library when browsing through it - albeit, it's a set.

In the .nfo , it's stored like this:


<set>Blade</set>

Cheers!
find quote
Post Reply