NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) SearchWiz & MovieWiz v
« Previous 1 … 12 13 14 15 16 Next »
New Plugin - MovieWiz v1.0.0.0

 
  • 0 Vote(s) - 0 Average
New Plugin - MovieWiz v1.0.0.0
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#101
2007-10-16, 02:38 PM
kaizen Wrote:I have no idea what's involved; if you could point me to a tutorial on the subject I'd be willing to look into what I might be able to help you with. I can tell you that once you do AniDB, you're pretty much done forever...their site is not going to change as too many other Anime collectors have written hooks to it for their own programs. And I imagine a lot of people with HTPCs also are big on Anime, so I thnk it will be a hit.

As far as epguides.com, I wonder if the author of VideoArchiver might have some code to share? His program uses a scraper to get info on the TV recordings. It's nice, but overly complex and never really worked for me. MWiz does exactly what I was looking for when I could no longer run MyVideos. If I have to wait, I'm grateful just to be on the list. If I can find a way to help; testing, research, graphics, hosting...I am more than glad to.

In any event, thanks for writing this program and thanks for being so receptive to user requests.

just FYI anidb has clients, I actually use AniDB-o-Matic, and it works pretty well. I would imagine that since they have a set API, it would be much easier, and more efficient, to go through that, rather than screen scraping.

http://wiki.anidb.net/w/AniDB_Clients

I would be interested in this as well Smile
sub Wrote:Are you trying to make sure I get nothing done today?
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#102
2007-10-16, 03:18 PM
Quote:just FYI anidb has clients, I actually use AniDB-o-Matic, and it works pretty well. I would imagine that since they have a set API, it would be much easier, and more efficient, to go through that, rather than screen scraping.

http://wiki.anidb.net/w/AniDB_Clients
Thanks for the info, I will take a look at this when I get back to updating the screen scrapers.
7ore
Offline

Senior Member

Posts: 598
Threads: 68
Joined: Mar 2006
#103
2007-10-16, 03:51 PM (This post was last modified: 2007-10-16, 06:05 PM by 7ore.)
Found another issue.
If I play a divx movie and close that, I come back to Movie wiz. But if I play a .iso-movie I come back to the head menu.
Would be great if you could fix it so .iso returns to Movie wiz as well. I know that it maybe is out of your hands, but it's annoying.
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#104
2007-10-17, 12:34 AM
Possibly another trivial one... My 'Movies' are clips taken from live music concerts so I don't expect to be able to get any IMDB info, however I was playing about adding some info manually (like you do)

I put some text in the plot field - is didn't show up in the IMDB info window - so I stuck five stars in the Rating field and the info window now shows the rating and the plot text. Is this as designed? either way, it's not a problem Wink

Alex
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#105
2007-10-17, 04:15 AM
ACTCMS Wrote:Possibly another trivial one... My 'Movies' are clips taken from live music concerts so I don't expect to be able to get any IMDB info, however I was playing about adding some info manually (like you do)

I put some text in the plot field - is didn't show up in the IMDB info window - so I stuck five stars in the Rating field and the info window now shows the rating and the plot text. Is this as designed? either way, it's not a problem Wink

Alex
I tried to recreate this by :
  • Run config
  • Mange moviewiz plugin
  • select manage tab
  • picked an entry and typed in each entry field the name of the field (ie title = title, plot = plot, rating = rating,...)
  • saved entry
  • exited config
  • Ran PVRX2
  • Selected moviewiz
  • picked movie called 'Title'
  • All fields seemed to display fine in the main screen and the info screen.
Not sure why yours is not mapping correctly unless maybe you have a mis-matched MovieWiz.DLL and WizUiHelper.DLL.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#106
2007-10-17, 04:18 AM
7ore Wrote:Found another issue.
If I play a divx movie and close that, I come back to Movie wiz. But if I play a .iso-movie I come back to the head menu.
Would be great if you could fix it so .iso returns to Movie wiz as well. I know that it maybe is out of your hands, but it's annoying.
Not sure what I can do about this. I'll have to ask sub what is going on, apparently there is a difference between:

PluginHelperFactory.getPluginHelper().PlayDVDFromISO(me.MovieLocation);
and
PluginHelperFactory.getPluginHelper().PlayVideoFile(me.movieTitle, me.MovieLocation);
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#107
2007-10-17, 11:20 AM
JavaWiz Wrote:I tried to recreate this by :
  • Run config
  • Mange moviewiz plugin
  • select manage tab
  • picked an entry and typed in each entry field the name of the field (ie title = title, plot = plot, rating = rating,...)
  • saved entry
  • exited config
  • Ran PVRX2
  • Selected moviewiz
  • picked movie called 'Title'
  • All fields seemed to display fine in the main screen and the info screen.
Not sure why yours is not mapping correctly unless maybe you have a mis-matched MovieWiz.DLL and WizUiHelper.DLL.
Sorry - my original explanation is not as clear as it might be...

I load a movie into the DB while IMDB and thumbnails are unchecked
I type some text into the 'plot' field... MovieWiz does not display it
If I then type something into the 'rating' field MovieWiz displays both 'rating' and 'plot' info correctly
If I then set the 'rating' field back to null MovieWiz stops displaying the 'plot' field.

Alex
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#108
2007-10-17, 03:38 PM
JavaWiz Wrote:Thanks for the info, I will take a look at this when I get back to updating the screen scrapers.

there are more links on the anidb wiki homepage, I dont think that page I linked has links to other stuff documenting the API.

I am not really sure exactly what you could use of their api, since much of it is dedicated to figuring out exactly what file you have, calculating checksums, etc. I dont know how much actual description can be pulled from the api...

a full anidb client plugin would be much more fun Smile but I don't have such motivation
sub Wrote:Are you trying to make sure I get nothing done today?
sabulkle
Offline

Junior Member

Posts: 1
Threads: 0
Joined: Oct 2007
#109
2007-10-17, 10:20 PM
I really like MovieWiz compared to the other video plugins. One thing that would make it better would to handle DVD folder structure and play them like an AVI or other stream. Any plans to do this? Thanks Scott
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#110
2007-10-18, 02:28 AM
sabulkle Wrote:I really like MovieWiz compared to the other video plugins. One thing that would make it better would to handle DVD folder structure and play them like an AVI or other stream. Any plans to do this? Thanks Scott
I suppose that may be possible, but at this point I don't really know how to do that. I'm pretty new to this though, so if I discover how to do it, I will consider adding this feature....
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (27): « Previous 1 … 9 10 11 12 13 … 27 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  MovieWiz movie folder structure? jfm 5 7,097 2011-03-13, 07:47 PM
Last Post: dljones8053
  MovieWiz: no movie data ga_mueller 6 7,858 2011-01-12, 01:22 AM
Last Post: ga_mueller
  A couple of problems with MovieWiz Lookups JP23 2 5,694 2010-05-19, 12:55 AM
Last Post: ga_mueller
  MovieWiz Descriptions now short Jaggy 3 5,692 2010-04-25, 04:01 PM
Last Post: JavaWiz
  MovieWiz: Wishlist 7ore 2 2,635 2010-02-25, 07:02 AM
Last Post: 7ore
  MovieWiz support for mymovies.xml file? daneo 42 19,465 2010-02-24, 04:31 AM
Last Post: 7ore
  MovieWiz - Plot field not being found/displayed JuicyFruits 4 2,771 2010-02-24, 04:20 AM
Last Post: JavaWiz
  Moviewiz not getting IMDB ratings. JP23 5 3,745 2010-02-23, 08:41 PM
Last Post: tbeaux
  MovieWiz exception 7ore 26 10,942 2010-02-22, 05:05 AM
Last Post: JavaWiz
  MovieWiz - Offline Import & Images meccano 8 4,041 2010-02-08, 01:48 PM
Last Post: meccano

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode