|
SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#161
|
|||
|
|||
funny thing
If I run the mtsa on its own w/o altering the config or location xmls it runs just fine so it must be something getting changed in those files
|
#162
|
||||
|
||||
I think you need to rephrase "it must be something getting changed" to "it must be something I'm changing"
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#163
|
||||
|
||||
Quote:
|
#164
|
|||
|
|||
log
thanks for understanding what i meant and now what i said. the thing is there is no log file, in fact to get the config and locations xmls end up in the recycle bin for some odd reason. here is what the xmls look like before i run the mtsa. the config.xml
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <ConfigurationSettings> <LocationFile>C:\MovieTimes\locations.xml</LocationFile> <!-- Enter the file location where you want to store the location information. --> <LogFile>C:\movietimes\log.txt</LogFile> <!-- Enter the file location where you want to store the log file. --> <TempFolder>C:\movietimes\Temp\</TempFolder> <!-- Enter the folder location where you want to store temporary files. --> <NumberOfDays>7</NumberOfDays> <!-- Enter how many days into the future you would like movie listings for. Note that some countries do not support this setting. --> <DownloadExtraDetails>True</DownloadExtraDetails> <!-- Choose whether or not you would like to download extra movie information from IMDB.com. --> <!-- Values: True False --> <PosterFolder>C:\movietimes</PosterFolder> <!-- Enter the folder location where you want to store movie posters. --> <PosterQuality>High</PosterQuality> <!-- Choose whether or not to download higher quality (but larger in size) movie posters, lower quality posters, or none at all. --> <!-- Values: High Low None --> <TrailerFolder>C:\MovieTimes\Media\Trailers\</TrailerFolder> <!-- Enter the folder location where you want to store movie trailers. --> <TrailerQuality>None</TrailerQuality> <!-- Choose whether or not to download higher quality (but larger in size) movie trailers, lower quality trailers, streaming (links only), or none at all. --> <!-- Values: High StreamHigh Low StreamLow None --> <RemoveOldMedia>True</RemoveOldMedia> <!-- Choose whether or not you want to automatically delete old (non-referenced) posters and trailers. --> <!-- Values: True False --> <XmlDataFile>C:\movietimes\moviedata.xml</XmlDataFile> <XmlSchemaDataFile>C:\movietimes\moviedata.xsd</XmlSchemaDataFile> <!-- Enter the file locations where you want to store the XML movie data and the associated XML Schema file. --> </ConfigurationSettings> locations file <?xml version="1.0" encoding="UTF-8" standalone="no"?> <LocationList> <!-- **************************************************************************************************************** --> <!-- Country: Select the country to retrieve movie listings for. --> <!-- Values: Australia, Belgium, Canada, France, Germany, Netherlands, Norway, Spain, United Kingdom, United States --> <!-- **************************************************************************************************************** --> <!-- Locations: Select the postal code and/or city name to retrieve movie listings for. --> <!-- Note: Separate each value with a "|" character. --> <!-- **************************************************************************************************************** --> <!-- Active, Inactive: Select one or more theaters to retrieve movie listings for. --> <!-- Note: Separate each value with a "|" character. --> <!-- **************************************************************************************************************** --> <LocationDetails> <Country>United States</Country> <Locations>27604</Locations> <Active>Crossroads 20</Active> <Inactive> |Carmike Blue Ridge 14 Cinema|Carmike Fifteen|Colony Theatres|Galaxy Cinema|IMAX Theater Exploris|Marquee Cinemas - Wakefield 12|Mission Valley Cinema|Raleigh Grande Cinema|Raleighwood Cinema Grill|Regal Brier Creek Stadium 14|Regal North Hills Stadium 14|Rialto Theatre - Raleigh|Six Forks Station Cinema|UA Garner Town Square 10</Inactive> </LocationDetails> </LocationList> |
#165
|
|||
|
|||
do over
how about a do over? to fully uninstall sage and start fresh would doing the windows uninstall and deleting the sage directory do the job?
|
#166
|
||||
|
||||
Change your poster folder to "C:\MovieTimes\Media\Posters\" (something other than "C:\movietimes"). That should fix it.
I'll be sure to add a check in the next version to make sure that mtsa.exe is not being ran in the same folder specified to receive posters or trailers. Because you have "RemoveOldMedia" set to true, it's wiping out everything in that folder that isn't a valid poster... including mtsa.exe! A big yikes!! Again, in my next version of mtsa I'll be sure to include that check and return an error if that condition is found. Also in the next version: support for Italy! -Jim Quote:
__________________
http://home.comcast.net/~movietimes/mtsa/index.html Last edited by key master; 05-16-2007 at 09:10 PM. |
#167
|
|||
|
|||
fixed
that did it, thanks so much for your help. this add on is so unbelievably awesome.
|
#168
|
||||
|
||||
Thanks! I'm glad that fixed your problem. I posted a new version which includes this check now, among other things (see sig)
-Jim
__________________
http://home.comcast.net/~movietimes/mtsa/index.html Last edited by key master; 05-24-2007 at 08:19 AM. |
#169
|
||||
|
||||
First off, this is a GREAT feature to have and I thank you for your effort. It took about a week to get this working with a client/server setup, but it was worth the pain. ;-)
Second, does MTSA automatically download higher res versions of the trailers when they become available? The functionality seems to be that if ANY trailer exists for a movie, it skips the search entirely. Is this the case? If so, is there any way to add the ability to overwrite lower res versions? Regardless... thanks! |
#170
|
||||
|
||||
How the logic works for MTSA is if a trailer already exists, no matter what resolution, the program will not look for another trailer for that movie.
The workaround is to just delete the trailer. MTSA will see that a trailer doesn't exist for that movie and will redownload the trailer at the resolution you selected. Now, if a trailer doesn't exist (or it can't find it) in the quality that you select, MTSA will try the next lowest resolution. If that doesn't exist, the next lowest, etc. -Jim Quote:
__________________
http://home.comcast.net/~movietimes/mtsa/index.html |
#171
|
||||
|
||||
I guess there's no way to add this functionality? I'd rather not have a batch job delete all the trailers every day or so and needlessly hammer the sites hosting the files by redownloading the same trailer over and over. But, if that's my only option, I guess beggars can't be choosers! I'm definitely at the mercy of the experts.
Thanks again! |
#172
|
||||
|
||||
Hmmm... so do you find that this happens a lot? For example, are you downloading HD trailers? So you mean that the HD trailer isn't available at first but then becomes available a few days later or something? If so, I could look into adding code that checks file size on Apple's site compared to the existing trailer and if it's out of some sort of % size range, redownload it.
First I need to know: if you delete the lower resolution trailer, does MTSA correctly download the higher resolution version? Do you have an example movie that this happened with? -Jim Quote:
__________________
http://home.comcast.net/~movietimes/mtsa/index.html |
#173
|
|||
|
|||
Wow! what a pain in the butt to install. The install file should include the config file to start with and also it should say to extract everything in the C:\MTSA\ directory. In fact I don't know if its possible or if it needs to be done, but can the download include the latest files from the link in your sig and the instructions be changed to say the C:\MTSA\ directory insdead of the MovieTimes directory? It kept crashing until I went through the config file in notepad and saw it was looking for one file in the MTSA directory that was originally installed in the MovieTimes directory. Of coarse that was the config file I got from the link in your sig. But after an hour or so at least of playing around with it I finally got it and it works great. Only issue is some movies only show one showtime for one day when others show all of them for 5 days, but thats obviously a movietimes.com issue.
Edit: Also does this auto update or do I have to do it manualy? Last edited by opy01; 06-08-2007 at 10:30 AM. |
#174
|
||||
|
||||
I am only the author of MTSA. Morgan111 is the author of this plug-in. It sounds like the latest release might be missing the xml config files for some reason?
-Jim Quote:
__________________
http://home.comcast.net/~movietimes/mtsa/index.html |
#175
|
||||
|
||||
Quote:
Morgan |
#176
|
|||
|
|||
screen saver question
I've been using the MT plugin for a while but just got around to turning on the screen saver. Does it always display the movies in alphabetical order? Is there a way to make it display in random order so I'm not seeing 1408 every single time it kicks in?
Thanks, Tim |
#177
|
|||
|
|||
I'm getting choppy trailer playback on some of the videos, like Hostel2. I have a horse of a box with a 7800GTX 256 card, 2GB ram and an AMD Dual Core 4400+. Since these are .mov files, can I use Quicktime to play them? Or Media Player? If so, what command line switch would I add to force start them playing in full screen mode?
Thanks, Shawn |
#178
|
|||
|
|||
I have the screen saver turned on too, but when it kicks into screensaver mode it's always from my photo directory. Any ideas?
|
#179
|
||||
|
||||
Quote:
The current version of the screen saver just displays movies in alphabetical order. Of course when I saw your post I thought it sounded like a good idea. So I went ahead and coded up a randomize option for the screen saver. I also added a bit of code to prevent the same movie from being displayed twice in a row (as can happen when they are selected randomly). I sent the changes to Morgan so that he can fold them into his import. It sounded like he is pretty busy right now, so it might take a while to show up here. I just wanted to let you know that this is in the works. Aloha, Mike
__________________
"Everything doesn't exist. I'm thirsty." ...later... "No, it's real!!! I'm full." - Nikolaus (4yrs old) |
#180
|
||||
|
||||
Quote:
Do you mean that the screen saver is just showing a slide show? If that is the case, you have to go to the SageMC Options menu under Settings and find the Screensaver Options item to select the MovieTimes screen saver. It is at the bottom of the list under 'Main'. BTW, I have seen your problems with getting the MovieTimes plugin working. IIRC, the missing files were an accidental omission from the import. I'm not sure if Morgan has had the time to fix this yet. I'm glad that you managed to get it worked out. If you have problems like that with any other plug-ins, you should definitely bring it up with the respective author. I'm sure we all want our imports/contributions to work as smoothly as possible. Aloha, Mike
__________________
"Everything doesn't exist. I'm thirsty." ...later... "No, it's real!!! I'm full." - Nikolaus (4yrs old) |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
STV Import: MovieTimes Movie Listings Import v0.57 Beta | aperry | SageTV Customizations | 670 | 10-02-2010 12:07 AM |
INSTALLER: SageMC | Jason | SageMC Custom Interface | 30 | 12-21-2006 08:23 PM |
Retaining STV Imports after Upgrading SageTV | dbfresh23 | SageTV Software | 2 | 03-05-2006 12:53 PM |
STV: Cayars17 Ultimate STV (Release 17 - Jan 18) | Cayars | SageTV Customizations | 3664 | 12-13-2005 05:35 PM |
STV: SageMC - 1.0 Jan 9 | mlbdude | SageMC Custom Interface | 955 | 01-30-2005 01:34 AM |