|
SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#301
|
|||
|
|||
The author emailed me as well. I had the same results as you when I tried it. I didn't see anywhere to download the config files so I couldn't compare mine to a sample of what works with this version of MTSA. I replied to the author and I'm still hoping to hear something this evening.
|
#302
|
|||
|
|||
I used the MTSA.exe file that you had in your zip archive. I tried it in its native folder C:/mtsa and put the following files in there from the movietimes website:
config.xml locations.xml I put everything in the MTSA folder and ran the program (also tried as command line) and it said the same thing: error reading config.xml I tried changing a few things in the config.xml file but none of them helped. I also noted that it no longer makes a log file, either. Hope that is of help, its beyond my capabilities at this point. Edit: you asked where we got the config files from... I got them here: http://movietimes.home.comcast.net/~.../download.html I used the standalone version hoping it would be the litmus test for the program. I used everything from there except the mtsa.exe file provided by mkanet. Last edited by sungod; 02-27-2009 at 10:21 PM. |
#303
|
||||
|
||||
After looking closely it appears mtsa is no longer retrieving the theater infomation and thus no showtimes or movies. Something must have changed on the site where that info was pulled from. When I tried to reload my theaters it came up with 2 blank entries, one circled in red and one not circled. With no theater info it doesn't know what to download.
Gerry
__________________
Big Gerr _______ Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB. |
#304
|
||||
|
||||
Gerry, take a look at this forum thread:
http://forum.team-mediaportal.com/pl...02-22-a-49668/ The author "Jim" emailed me asking to try that version. See my comments at the end of the thread. I'm not sure if the original author wants to abandon MTSA.exe and have us switch to a different flavor of it or not. If so, we would also need to change our SageTV import here. Quote:
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#305
|
|||
|
|||
Quote:
Code:
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> <ConfigurationSettings> <LocationFile>\\dvr-server\Movies\movieshowtimes\locations.xml</LocationFile> <LogFile>\\dvr-server\Movies\movieshowtimes\media\log.txt</LogFile> <TempFolder>\\dvr-server\Movies\movieshowtimes\media\Temp\</TempFolder> <NumberOfDays>7</NumberOfDays> <DownloadExtraDetails>True</DownloadExtraDetails> <PosterFolder>\\dvr-server\Movies\movieshowtimes\posters\</PosterFolder> <PosterQuality>High</PosterQuality> <PreferEnglishPosters>True</PreferEnglishPosters> <TrailerFolder>\\dvr-server\Movies\movieshowtimes\trailers\</TrailerFolder> <TrailerQuality>HD480</TrailerQuality> <PreferEnglishTrailers>True</PreferEnglishTrailers> <BackDropFolder>\\dvr-server\Movies\movieshowtimes\backdrops\</BackDropFolder> <RemoveOldMedia>True</RemoveOldMedia> <DownloadExtraDetails>True</DownloadExtraDetails> <DownloadExtraDetailsTMDB>False</DownloadExtraDetailsTMDB> <DownloadFanArt>True</DownloadFanArt> <XmlDataFile>\\dvr-server\Movies\movieshowtimes\media\moviedata.xml</XmlDataFile> <XmlSchemaDataFile>\\dvr-server\Movies\movieshowtimes\media\moviedata.xsd</XmlSchemaDataFile> </ConfigurationSettings>
__________________
--Jason Server Hardware: GIGABYTE GA-EP45-UD3R, Intel Q9550 CPU 2.83GHz, 11GB RAM, 1xHDHR, 1xHVR1600, 1xHVR2250 29TB Server Storage: 1TB SSD (OS), 1TB (data), 2x6TB+2x10TB (22TB FlexRaid storage pool), 2x2TB (recordings), 1x750GB (VMs). Server Software: Win10 Pro x64 OS, SageTV 64bit v9.2.0.441, Java 1.8 u241, PlayOn, Comskip (Donator) v0.82.003, WampServer v2.5. Clients: 3xHD300s, 2xHD100, 2xPlaceshifters |
#306
|
||||
|
||||
Can you show only the delta between the two config files? That would show a clear picture what was added/changed/removed.
Quote:
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#307
|
|||
|
|||
I added the following to my config.xml and it seems to be working now. You will probably just need to edit the one line with appropriate location info. Otherwise it will probably create a new folder on your C: drive.
Code:
<BackDropFolder>c:\MovieTimes\Backdrops</BackDropFolder> <DownloadExtraDetailsTMDB>True</DownloadExtraDetailsTMDB> <DownloadFanArt>True</DownloadFanArt> <PreferEnglishPosters>True</PreferEnglishPosters> <PreferEnglishTrailers>True</PreferEnglishTrailers> Not sure if the ultimate solution will be having the author of the latest MTSA rewrite so it can ignore lines that are missing or getting the author of the MovieTimes Plugin to add the additional lines in the config.xml. Last edited by nstocke; 02-28-2009 at 01:32 PM. |
#308
|
|||
|
|||
Quote:
Code:
<DownloadExtraDetails>True</DownloadExtraDetails> <PreferEnglishPosters>True</PreferEnglishPosters> <PreferEnglishTrailers>True</PreferEnglishTrailers> <BackDropFolder>path-to-backdrop-folder</BackDropFolder> <DownloadExtraDetails>True</DownloadExtraDetails> <DownloadExtraDetailsTMDB>False</DownloadExtraDetailsTMDB> <DownloadFanArt>True</DownloadFanArt>
__________________
--Jason Server Hardware: GIGABYTE GA-EP45-UD3R, Intel Q9550 CPU 2.83GHz, 11GB RAM, 1xHDHR, 1xHVR1600, 1xHVR2250 29TB Server Storage: 1TB SSD (OS), 1TB (data), 2x6TB+2x10TB (22TB FlexRaid storage pool), 2x2TB (recordings), 1x750GB (VMs). Server Software: Win10 Pro x64 OS, SageTV 64bit v9.2.0.441, Java 1.8 u241, PlayOn, Comskip (Donator) v0.82.003, WampServer v2.5. Clients: 3xHD300s, 2xHD100, 2xPlaceshifters |
#309
|
||||
|
||||
That did it!
Quote:
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#310
|
||||
|
||||
Anyone want to contact Morgan to see if we can convince him to take advantage of backdrop artwork for some eye candy?
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#311
|
|||
|
|||
Quote:
I manually added these to my config file and also manually ran "mtsa config.xml". It did download new trailers and everything, but now when I launch "Movie Times" from within SageMC I get "No movies were found. Please run an update to download movie, theater, and showtime information". It does the same thing when I select "Theaters". Anyone else? Shawn
__________________
HD300/HD200 clients |
#312
|
|||
|
|||
Nevermind - it just hadn't finished downloading the movies! All is well now...
__________________
HD300/HD200 clients |
#313
|
||||
|
||||
Quote:
I haven't tried the new MTSA yet but will be taking a look at it and incorporate what I can in the download. I'm glad you guys have done some of this troubleshooting. APerry developed the MTSA.jar file that goes along with it. The config file and the movie data is managed by that jar file. |
#314
|
||||
|
||||
Hi Morgan, I guess it would be the equivalent of Fanart, thats specific to each movie... Attached are some examples.
Quote:
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#315
|
|||
|
|||
I'll give the manual attempt a try. However, I don't have any of my theaters in the locations.xml file (when trying to run in Sage it stripped them out). How can I manually add a theater?
|
#316
|
|||
|
|||
This doesnt seem to work for me but I have regular windows xp, not the media center edition (or vista MC).
Even though my locations file has items listed as "active" the log states that no active theaters were selected. I can post the relevant data, but I think this is the wrong thread for that. |
#317
|
||||
|
||||
There's a 4.5.5 version out now that supposedly works find with the old config files. I had already made the additions when I read that, so I'm re-running it again now without the changes and seeing if it completes successfully.
Does anyone know if there's a "quiet" version around? I normally run the quiet.exe so it doesn't interfere with Sage's interface. |
#318
|
||||
|
||||
This is what you can do with the backdrop artwork:
http://www.uptiki.com/images/40x4dgg9v8xjfo77ou.jpg Quote:
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#319
|
|||
|
|||
I have a quiet .exe but I do not know if it is newer than the mtsa.exe file.
|
#320
|
||||
|
||||
Quote:
|
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 |