SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI.

Reply
 
Thread Tools Search this Thread Display Modes
  #41  
Old 01-02-2005, 02:53 PM
vuego vuego is offline
Sage User
 
Join Date: Jan 2005
Location: Göteborg, Sweden
Posts: 32
Send a message via ICQ to vuego
Quote:
Originally Posted by nielm
I have fixed the bug in IMDB search that prevented results from being found/shown...
It looks like the IMDB is changing its search engine, so I don't know how long this fix will last...
Maybe IMDB got their new search engine. When I search for a title I get only the "Other Results" and not "Popular Results" i.e http://www.imdb.com/find?q=Butterfly%20Effect
It'll show everything but the title I'm searching for.

Also it would be cool to see the year and type (V,VG etc) in Sage.
Reply With Quote
  #42  
Old 01-04-2005, 04:06 PM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
IMDB search updated (again)

I have re-fixed the bug in IMDB search that prevented all the search results from being found/shown... It also shows the year and type (V/VG) in the results.

For those of you using Cayar's or MCEXCON's STVs, just download the zipfile, unpack it into your Sage directory, and restart Sage.
Reply With Quote
  #43  
Old 01-05-2005, 04:15 PM
vuego vuego is offline
Sage User
 
Join Date: Jan 2005
Location: Göteborg, Sweden
Posts: 32
Send a message via ICQ to vuego
I don't have access to the file...?

Forbidden
You don't have permission to access /~nielm/nielm_modules/imdb_search_import.zip on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Reply With Quote
  #44  
Old 01-06-2005, 01:21 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
just checking that my work gets used

Fixed now!
Reply With Quote
  #45  
Old 01-06-2005, 06:16 PM
vuego vuego is offline
Sage User
 
Join Date: Jan 2005
Location: Göteborg, Sweden
Posts: 32
Send a message via ICQ to vuego
ahhh thats a classic

I love this feature and use it all the time.

However I still don't see the year and type in search results. I just unzipped the file into the main Sage directory overwriting all files. I also tried to import the module into a new STV. I know something got updated bcuz "popular results" is now being showed.

Is it possible to choose what categories to show? I'd like to change Quotes for Goofs and add Movie Connections.
Attached Images
File Type: jpg sw.jpg (60.7 KB, 329 views)
Reply With Quote
  #46  
Old 01-07-2005, 05:37 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Damn. Looks like I uploaded an interrim verision No idea how that happened.. Will fix it tonight...

Re other categories... Each page needs to be downloaded, the HTML parsed and then presented to Sage to display... so if you want to write the Java, I will include it, but I have no plans at them moment!
Reply With Quote
  #47  
Old 01-07-2005, 08:58 AM
vuego vuego is offline
Sage User
 
Join Date: Jan 2005
Location: Göteborg, Sweden
Posts: 32
Send a message via ICQ to vuego
Thanks Nielm
I'll just learn Java first then I'll help coding

I found another strange behaviour. When searching from Video Details of an imported video file it does include the directory in the search.
I.e i have a file called Badmovies\Killer klowns from outer space.avi so the search will be "Badmovies Killer klowns from outer space" which will of course return 0 results.
Reply With Quote
  #48  
Old 01-07-2005, 09:07 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
there is a bit of a problem in the imported movies bit, as it is not always obvious what is the actual movie title...

DVDs show up with a filename of:
/path/to/dvd/VIDEO_TS
Mpgs/avis show up as:
/path/to/file/filename.ext

So in DVDs, the path is important, and in others, it is the filename... unless you do something like:
/path/to/folder/Star Wars/Episode 1.avi
/path/to/folder/Star Wars/Episode 2.avi
/path/to/folder/Star Wars/Episode 3.avi
(lame example, but you get the idea)

I guess I could do a quick hack by stripping off /VIDEO_TS and then everything before the last /

It used to work with the 'old' IMDB search which ignored words if it could not find a match to get partial matches..
Reply With Quote
  #49  
Old 01-07-2005, 11:35 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Uploaded new version the IMDB search again:

Jan 07 2004: updated IMDB search
-- include year/type in search results (java only update)
-- improved trimming of directories from imported video files (stv updated - requires re-importing the STV)

For those of you using Cayar's or MCEXCON's STVs, just download the zipfile, unpack it into your Sage directory, and restart Sage. You will not get the benefits of the updated search in the video library until your STV author performs the required update
Reply With Quote
  #50  
Old 01-07-2005, 06:21 PM
vuego vuego is offline
Sage User
 
Join Date: Jan 2005
Location: Göteborg, Sweden
Posts: 32
Send a message via ICQ to vuego
Cool it works great

Now I found only one minor bug. Do an exact search and end up at the movie screen w/out going thru the search results screen. Then back up using left arrow you'll come to the search results screen with one empty button. If you choose it there's an error.
However not a big problem

I have another idea for an extra feature. Wouldn't it be cool to have a button for adding an title or actor as a favorite in SageTV right from the title/actor details screen?
Is it possible?
Attached Images
File Type: jpg ootz.jpg (57.4 KB, 341 views)
Reply With Quote
  #51  
Old 01-21-2005, 02:36 PM
jason531 jason531 is offline
Sage User
 
Join Date: Jun 2003
Posts: 61
Quote:
Originally Posted by nielm
there is a bit of a problem in the imported movies bit, as it is not always obvious what is the actual movie title...

DVDs show up with a filename of:
/path/to/dvd/VIDEO_TS
Mpgs/avis show up as:
/path/to/file/filename.ext

So in DVDs, the path is important, and in others, it is the filename... unless you do something like:
/path/to/folder/Star Wars/Episode 1.avi
/path/to/folder/Star Wars/Episode 2.avi
/path/to/folder/Star Wars/Episode 3.avi
(lame example, but you get the idea)

I guess I could do a quick hack by stripping off /VIDEO_TS and then everything before the last /

It used to work with the 'old' IMDB search which ignored words if it could not find a match to get partial matches..
Hi Nielm,

Thank you very much for all of your hard work! I use your IMDB search with Cayars STV. Rather than trying to figure out the movie title from the path/filename, how difficult would it be to get the title from the info.my file (when available)?

Thanks again for all of your contributions to the Sage community.

Jason H
Reply With Quote
  #52  
Old 01-24-2005, 05:39 PM
mostlyfodder mostlyfodder is offline
Sage Advanced User
 
Join Date: Apr 2004
Posts: 170
Quote:
Originally Posted by nielm
just checking that my work gets used
by the way--- i'm still (happily) using the custom menu module .stv...
Reply With Quote
  #53  
Old 01-25-2005, 02:54 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Quote:
Originally Posted by jason531
I use your IMDB search with Cayars STV. Rather than trying to figure out the movie title from the path/filename, how difficult would it be to get the title from the info.my file
It's possible -- but it would have to be done in Cayars' STV -- you may want to post in his thread...
Reply With Quote
  #54  
Old 01-25-2005, 08:39 AM
jason531 jason531 is offline
Sage User
 
Join Date: Jun 2003
Posts: 61
Thanks. I wasn't sure how whose code was doing the parsing. I'll post something to Cayars' thread.
Reply With Quote
  #55  
Old 04-11-2005, 09:12 PM
sundansx sundansx is offline
Sage Advanced User
 
Join Date: Aug 2003
Posts: 193
Menu nav problem when combined with Maldude2 stv

Neilm,
I am using your Customized menus plugins with the MalDude2 STV on Sage 2.2.7. If I add a menu the references a internal menu, it successfully goes to the menu. If I press the left key to go up a menu, instead of going back to the custom menu that launched it, it instead goes to the internal parent menu. If I press the left key again, it goes to the custom parent menu.
An example from the home menu using my custom menu file:
Select MediaLibrary &DVD
->Arives at the Media Library screen (Custom menu)
Select Imported Video Files
->Arives at the VideoLibrary screen (internal menu)
Press Left
->Arrives at the Media Library & DVD screen (Internal menu)
Press Left
->Arrive at the Media Library screen (Custom)
Press Left
->Arrive back home

Any idea what could be causing this? Do you think it is the MalDude2 stv?

The same problem occurs when I use Maldude2 with your provided menu xml file. This is not something new, as it has been that way since I added your STV module last year. I did update everything to the newest (stvs/support files)
thanks.
-ck
Reply With Quote
  #56  
Old 04-18-2005, 06:42 AM
RedCoat999's Avatar
RedCoat999 RedCoat999 is offline
Sage Aficionado
 
Join Date: Aug 2003
Posts: 371
Great work of course from Nielm. I have imported this into SageMC16x9. When using the search screen, the search for... text on the right is missing off the screen. Is this a result of too small resolution, or SageMC16x9 theme or something else?
Thanks
__________________
Happy Sage customer since 2003

Proud owner of a HD200 connected to a 47" LCD. Loving Sage 7 and Phoenix
Reply With Quote
  #57  
Old 04-18-2005, 07:12 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Quote:
Originally Posted by sundansx
Neilm,
I am using your Customized menus plugins with the MalDude2 STV on Sage 2.2.7. If I add a menu the references a internal menu, it successfully goes to the menu. If I press the left key to go up a menu, instead of going back to the custom menu that launched it, it instead goes to the internal parent menu. If I press the left key again, it goes to the custom parent menu. -ck
This is normal and a limitation of using importable STVs (IIRC Cayars STV had integrated the menu system and the left arrow did not have this problem)
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #58  
Old 04-20-2005, 06:13 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
IMDB search update

Apr 20 2005: updated IMDB search -- fix bug where when search returns a single result, going back from the result crashes the UI
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #59  
Old 04-20-2005, 10:07 AM
Wheemer's Avatar
Wheemer Wheemer is offline
Sage Icon
 
Join Date: Dec 2004
Location: Deer Lake, NL, Canada
Posts: 1,493
I'm using the dynamic menu import... Is it just me, or does everyones disk space indicator have font issues? I notice the "Video Disk SP..." being short, not resizing, and the actual spave free not being centered in the graphic. Other than that I love this thing...
Reply With Quote
  #60  
Old 06-20-2005, 11:02 AM
hmca's Avatar
hmca hmca is offline
Sage Advanced User
 
Join Date: Nov 2004
Location: NY
Posts: 81
Is it possible with the Record Padding Module to have it not pad the start time if Sage is already awake and recording something? I set my padding at 2 minutes to come out of S3 and if I am recording from 9:00PM to 10:00PM it starts at 8:58 with the power up. This is what I want. However for the 10:00PM to 11:00PM it cuts off the first recording 2 minutes early and I get the 2 minutes in the next recording.
It would be nice to disable the padding when the machine is already recording and therefore dosn't need the 2 minute padding for power up.
__________________
XP SP1A; Sage V5.04; ; IN-WIN BT611T Case, custom full height conversion; Asus A7N8X VM/400; AthlonXP 2000, Palomino Core; Thermaltake Volcano 12 heatsink w/ sucking 80mm squirrel-cage fan, Zalman Fan-Mate on 5V, min setting; PNY 512MB PC2700; Gigabyte 7600 fanless, 256MB; 2 x Samsung Spinpoint 250GB; 3 x PVR250MCE; 3 x Hughes E8 OTA HD downconverters; External Fortron 400W Silent w/Performance-PCs.com extension cables; modified ZM-MC1 to 7V & 5V; Evercool 60 & 80mm fans @ 7V; StreamZap Remote
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 06:32 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.