|
SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#2761
|
||||
|
||||
How many of you are using the service mode? I've been fighting frequent lockups, hangs, black screens, etc... for the past few weeks. Tonight it was so bad that I couldn't navigate for more than 5 seconds before Sage locked up. Playing a recording just gave me the spinning icon of death. It locked up 10 times in 10 minutes with reboots in between each lockup (I almost threw my keyboard across the room).
I was getting ready to give MCE a try again when I decided to stop the service, disable service mode, and load Sage again. It was FAST. Menus were 10x faster than before... I navigated around and played some videos and things were instant. Not a single lockup after 15 minutes of playing around. I do still have the weird thing were the disk space bar shows up when going back to the main menu sometimes (I do not have it enabled). But other than that, disabling the service mode seems to have worked wonders. I'll try this for a few days and see how it goes.
__________________
---------------------------------------------- Core2Quad Q6600 @ 3GHz, 4 Gig DDR2-800, 8.5 TB storage, 8800GTS PCIe, Windows 7 32bit, Hauppauge HD-PVR, Hauppauge HVR-2250, HD-HomeRun, Fusion 5 USB Gold ATSC, SageTV v7.x, HD100, HD200, HD300, 60" Mitsubishi DLP
|
#2762
|
|||
|
|||
Quote:
BTW, I am using service mode connecting to a remote server. |
#2763
|
||||
|
||||
Quote:
Mick. |
#2764
|
||||
|
||||
I have always run the Sage service. My Sage UI is still very quick. I have never had any problems with the service crashing or slowing me down in any way. I run the service in the default system mode. SageTV and SageService have also never gotten to 100 CPU. Currently I am running:
Sage 6.0.15 Java 1.5.0_09 |
#2765
|
|||
|
|||
My Music
I have a question about how to structure the music section.
It seems as though the library references on album names / artists which are in the tags (ID).... As it is now, I have several hundred complete albums listed and they are all contained within their own folders: C:\music\album1 C:\music\album2 and they show up that way in Sage as far as being in their own folders. Now, I have a folder (named 'chill') full of single songs by various artists that I would like to add and tried it as: C:\music\chill But, all the songs end up out of the folder and mixed in with all the albums. I would like just for the folder to show up and upon clicking on the folder the song titles display... How can you go about this? -JD Last edited by JDizzy; 11-26-2006 at 01:09 PM. |
#2766
|
||||
|
||||
Quote:
Purevideo Nvidia video card (what driver)? Dual core (or hyperthreaded CPU) Over 1 gig of memory 3D Acceleration VMR9 FSE
__________________
---------------------------------------------- Core2Quad Q6600 @ 3GHz, 4 Gig DDR2-800, 8.5 TB storage, 8800GTS PCIe, Windows 7 32bit, Hauppauge HD-PVR, Hauppauge HVR-2250, HD-HomeRun, Fusion 5 USB Gold ATSC, SageTV v7.x, HD100, HD200, HD300, 60" Mitsubishi DLP
|
#2767
|
||||
|
||||
Quote:
onboard 6150 with drivers 93.71 AMD 3800+ 1GB Ram yes yes yes PM me if you need any more info. |
#2768
|
|||
|
|||
I'm also running service mode. I am running it with an account, not default.
SageTV 6.0.15 Java 1.6.0 with latest snapshot Purevideo 1.02.233 6600GT with 93.71 drivers AMD 3000+ 1GB RAM 3D Acceleration VMR9 No FSE Menu's are generally snappy, minus the delete at the end of a show sometimes. I get the spinning icon for a couple seconds once in a while, but that's generally it.
__________________
-Jason |
#2769
|
|||
|
|||
Service mode, running with an account
SageTV 6.0.15 Java 1.6.0 with latest snapshot Purevideo MX4000 Celeron 2.9 Ghz 1GB RAM 3D Acceleration Overlay No FSE Menu's and Guide as snappy as could be. Spinning Sage icon once in a while, but still no problem at all, and given my low-end hardware (which runs server and client) expected. Dirk |
#2770
|
|||
|
|||
Quote:
Yeah, could be. All I know now is it's running really good. I brought all my media files in little by little. One other off the subject question. When I got this running once before and I used the search feature, the letters and numbers were all in thier own box not like I see it now and the way it was in previous versions where if you title searched ABC are together, DEF are together.....etc. Is that a feature I turned on? I really liked it when I saw it for a short time. |
#2771
|
||||
|
||||
Quote:
__________________
---------------------------------------------- Core2Quad Q6600 @ 3GHz, 4 Gig DDR2-800, 8.5 TB storage, 8800GTS PCIe, Windows 7 32bit, Hauppauge HD-PVR, Hauppauge HVR-2250, HD-HomeRun, Fusion 5 USB Gold ATSC, SageTV v7.x, HD100, HD200, HD300, 60" Mitsubishi DLP
|
#2772
|
||||
|
||||
Is there any way to have the channel name or number in the file name as it is saved? I'd like to use the profiles in ShowAnalyzer since it has some real problems with Sleuth shows.
|
#2773
|
||||
|
||||
Quote:
Mike
__________________
"Everything doesn't exist. I'm thirsty." ...later... "No, it's real!!! I'm full." - Nikolaus (4yrs old) |
#2774
|
||||
|
||||
I'm not using the web server. Maybe I should be.
|
#2775
|
|||
|
|||
Quote:
|
#2776
|
||||
|
||||
Hello Dirk,
Now that Audio selection is availabe for video files and tv, it would be nice to add the audio languages in the options menu. I just added this to the OSD Options (just before the "Aspect Ratio" menu entry): Code:
<Conditional Name="IsVideoFile(MediaFile) && (Size(GetDVDAvailableLanguages())>0)"> <Item Name="Audio Language"> <IgnoreThemeProps>false</IgnoreThemeProps> <BackgroundComponent>false</BackgroundComponent> <Action Ref="2477" Name="CloseOptionsMenu()"/> <Text Name="Audio Languages"> <AutosizeText>false</AutosizeText> <WrapText>false</WrapText> <TextShadow>false</TextShadow> <DisableFontScaling>false</DisableFontScaling> <IgnoreThemeProps>false</IgnoreThemeProps> <BackgroundComponent>false</BackgroundComponent> </Text> </Item> </Conditional> Regards, Stéphane. |
#2777
|
|||
|
|||
Quote:
not sure if I understand what you mean. The code you posted only applies to DVD content, and has already been in the SageMC options menu ('Audio Language' menu item) for a long time. Now there might be something new in V6.0 for non-DVD video files, but I couldn't find anything about this in the Mediafile or MediaPLayer APIs ... Dirk |
#2778
|
|||
|
|||
Quote:
I got everything sorted out more quickly than I thought and have my new hosting plan up and running, so no need for you to host the file any more. Since you mentioned Netfirms for $10/month: I stuck with the Home plan from 1&1, 1000GB transfer / 100GB space / 2GB email / 2 free domains for $4.99 a month, might be worth checking out if you ever plan to switch providers. Thanks a lot again for your immediate help, and also to Kirby for his offer. Dirk |
#2779
|
||||
|
||||
Quote:
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#2780
|
|||
|
|||
Quote:
Hopefully I can take my domain name with me, to keep all my pics and links working...
__________________
-Jason |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|