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
  #141  
Old 12-09-2005, 11:38 AM
deria deria is offline
Sage Aficionado
 
Join Date: Nov 2005
Posts: 408
Quote:
Originally Posted by owilsky
Would it be possible to change the volume while WinAmp's visualization is active as I am able to do with the default media player with my rc's left/ right buttons in an upcoming release of the plugin?
It should be possible. You could actually do it yourself right now if you wanted to just by adding a listener for "Volume Up" and "Right/Volume Up" which has a child action (the little wrench) of "VolumeUp()". You would also need to add a listener for "Volume Down" and "Left/Volume Down" which has a child action of "VolumeDown()". You can look at the "MediaPlayer OSD" menu for an example.

Now that the plugin seems to be working well, I'll be improving the .stvi so in one of the next releases the above will already be done for you. For now, though, you might just want to go ahead and take care of it in your own copy since its pretty easy to do.
Reply With Quote
  #142  
Old 12-09-2005, 12:23 PM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
Sorry for asking a really dumb question... I REALLY hope this plugin will address the issues we are having with the stock Music support in SageTV 4.0...

I'm having serious issues with standard SageTV 4.0 showing duplicate albums, songs with no names at all;just numbers, albums with only 1 song in them... basically a BIG MESS. Will this plug-in fix all that mess and display my albums and singles correctly?

I've been looking for an STVI which will replace the terrible UI support for music playback in SageTV 4.

Switching to a complete STV UI replacement isn't an option for me since music support is the only thing messed up in SageTV 4.


Any help would be greatly appreciated!!
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming

***RIP SageTV***
Reply With Quote
  #143  
Old 12-09-2005, 12:28 PM
geogecko geogecko is offline
Sage Icon
 
Join Date: Dec 2004
Location: North Oklahoma
Posts: 2,273
I don't think this will fix that problem (I could be wrong). This plugin still uses the Sage interface (STV) to display and show everything, but only used Winamp to play files, and playlists.
__________________
-Jason
Reply With Quote
  #144  
Old 12-09-2005, 12:54 PM
mikesm mikesm is offline
Sage Icon
 
Join Date: Jul 2003
Posts: 1,293
Quote:
Originally Posted by geogecko
I don't think this will fix that problem (I could be wrong). This plugin still uses the Sage interface (STV) to display and show everything, but only used Winamp to play files, and playlists.
I think Jeff said that with 4.0, all the interfaces to Sage's media database should be opened up for access, which could lead to a plugin that does a better job of managing importation of media metadata and tagging.

As geogecko said, Deria's outstanding plugin doesn't do this, buti t seems an effort that would provide better integration from winamp's database with Sage could now be successful with Studio.

Thanks,
Mike
Reply With Quote
  #145  
Old 12-09-2005, 01:09 PM
Keith's Avatar
Keith Keith is offline
Sage Advanced User
 
Join Date: Sep 2005
Posts: 111
Quote:
Originally Posted by mkanet
I'm having serious issues with standard SageTV 4.0 showing duplicate albums, songs with no names at all;just numbers, albums with only 1 song in them... basically a BIG MESS. Will this plug-in fix all that mess and display my albums and singles correctly?
It all has to do with the way the MP3s are tagged. Use a good tagger like "Tag & Rename" (http://www.softpointer.com/tr.htm). Make sure you uncheck the "unicode" font option or Sage will display "squares" in the song/album titles (this is supposed to be fixed in version 4.1 according to Sage tech support).
Reply With Quote
  #146  
Old 12-09-2005, 01:30 PM
deria deria is offline
Sage Aficionado
 
Join Date: Nov 2005
Posts: 408
Quote:
Originally Posted by Keith
It all has to do with the way the MP3s are tagged. Use a good tagger like "Tag & Rename" (http://www.softpointer.com/tr.htm). Make sure you uncheck the "unicode" font option or Sage will display "squares" in the song/album titles (this is supposed to be fixed in version 4.1 according to Sage tech support).
Correct -- this plugin does not affect the user interface at all. The only user interface element to this plugin is support for starting/stopping visualizations. The library component of SageTV (scanning your music collection, importing it) is completely unaffected by this plugin.

That being said, there are some things you can do to make the library work better for you.

1) change your music tags

I use a (free, open source) tool called ID3-TagIT 3. One of the (hundreds) of things that it does is allow you to create tags (both ver.1 and ver.2) for your music based on your file/folder structure (if, like me, tags are relatively unimportant to you). For example, my music is organized in a folder called music_storage into a folder for each artist, and then (beneath that) a collection of tracks. With this tool, you can automatically fill in the ID3 tags with the artist and title based on your folder structure. If you group by artist, album, and then track you could fill in the tag fields based on that structure instead. If you're music is already tagged, you can just clean up the tags using this tool.

2) make all your tags match; if your want uppercase artist names, make ALL of your artist names uppercase. The importer in SageTV is case sensetive, so "Shakira" and "SHAKIRA" are not the same thing as far as its concerned.

3) eliminate special characters and unnecessary information from your tags; if you keep things simple, you're alot less likely to have trouble

4) as mentioned, disable unicode

5) to make the library read the tags after they have been changed, you need to change the name of the file. My (ugly, but functional) method for doing this is to rename "test.mp3" to "test .mp3". Since the filename extensions are hidden in the UI anyway, you don't notice the extra space after the filename.

Thats about all the advice I really have to offer on the subject of tags.
Reply With Quote
  #147  
Old 12-09-2005, 01:40 PM
geogecko geogecko is offline
Sage Icon
 
Join Date: Dec 2004
Location: North Oklahoma
Posts: 2,273
Quote:
Originally Posted by deria
I use a (free, open source) tool called ID3-TagIT 3.
That's the same one I use, very nice and user friendly.

You have mail, again...
__________________
-Jason
Reply With Quote
  #148  
Old 12-09-2005, 02:35 PM
m0ng00se30 m0ng00se30 is offline
Sage Aficionado
 
Join Date: Dec 2003
Location: MS
Posts: 359
Deria

Thanks for all the hard work on this.. I am experiencing one issue that I can't seem to get a hand on. I've read through the thread so forgive me if I missed this somewhere.

I'm having an issue with the sleep command. It seems that when I sleep SageTV the first time I get, instead of the normal sage screensaver, a 00:00:00 clock rotating around the screen. I can return to Sage using the HOME button... , but then the sleep button won't activate again. QUIT SAGE, and Cancel still work. I'm using SageMC release 10... Anyone else seen this or do I have something installed incorrectly!

--Mike
__________________
Win7Pro, SageTV v6.6, SageMC, Intel E6850, 2048MB DDR2, , ATI4750, LG BR/HDVD/DVD-Rom,1xHDHR, 1xPVR-1600 (1x DirectTV , 1x Comcast Analog Cable, and 3x OTA Digital), USB-UIRT, and Harmony 300 Remote + 1 MVP Extender + 1 PC Client.
Reply With Quote
  #149  
Old 12-09-2005, 02:36 PM
mlbdude's Avatar
mlbdude mlbdude is offline
Moderator
 
Join Date: May 2003
Location: Melbourne, Florida
Posts: 4,174
Quote:
Originally Posted by m0ng00se30
Deria

Thanks for all the hard work on this.. I am experiencing one issue that I can't seem to get a hand on. I've read through the thread so forgive me if I missed this somewhere.

I'm having an issue with the sleep command. It seems that when I sleep SageTV the first time I get, instead of the normal sage screensaver, a 00:00:00 clock rotating around the screen. I can return to Sage using the HOME button... , but then the sleep button won't activate again. QUIT SAGE, and Cancel still work. I'm using SageMC release 10... Anyone else seen this or do I have something installed incorrectly!

--Mike
Sounds like somthing I did in the last release. Post this over in the SageMC forum so I don't forget to fix it.
__________________
Check out SageMC16x9 - Where form is function .

Don't forget the check out the SageMC16x9 Wiki if you have any configuration or general usage questions. New content is being added all the time!
Reply With Quote
  #150  
Old 12-09-2005, 02:40 PM
deria deria is offline
Sage Aficionado
 
Join Date: Nov 2005
Posts: 408
Quote:
Originally Posted by m0ng00se30
Deria

Thanks for all the hard work on this.. I am experiencing one issue that I can't seem to get a hand on. I've read through the thread so forgive me if I missed this somewhere.

I'm having an issue with the sleep command. It seems that when I sleep SageTV the first time I get, instead of the normal sage screensaver, a 00:00:00 clock rotating around the screen. I can return to Sage using the HOME button... , but then the sleep button won't activate again. QUIT SAGE, and Cancel still work. I'm using SageMC release 10... Anyone else seen this or do I have something installed incorrectly!

--Mike
Hi,

You should refer this to mlbdude. He was making a modification to SageMC to allow visualization when the screensaver was running, if I recall correctly. It sounds like this is a problem with that. The plugin as released does not include any user interface elements other than the replacement visualization screen (which doesn't refer to any other menus or have anything to do with the screensaver).
Reply With Quote
  #151  
Old 12-09-2005, 05:13 PM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
I tried both this tool and and the other free one. After running them through my music collection, it looks just a little bit better than before in SageTV. I still have a big mess.

Why does SageTV select incorrect random (mostly duplicate album pics) for for several of my folders? I have the same darn picture used in about 8 different albums!

Is there a way to at least tell SageTV to NOT use a picture to represent a folder if it's not sure what to use?

LOL's it funny to see a Rapper's picture on folders for Misc easy listening songs.

Anyway, sorry for being sort of off topic here, but I figure that this kind of behavior is by design in SageTV 4's default STV.

Quote:
Originally Posted by Keith
It all has to do with the way the MP3s are tagged. Use a good tagger like "Tag & Rename" (http://www.softpointer.com/tr.htm). Make sure you uncheck the "unicode" font option or Sage will display "squares" in the song/album titles (this is supposed to be fixed in version 4.1 according to Sage tech support).
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming

***RIP SageTV***
Reply With Quote
  #152  
Old 12-09-2005, 05:31 PM
deria deria is offline
Sage Aficionado
 
Join Date: Nov 2005
Posts: 408
Quote:
Originally Posted by mkanet
Why does SageTV select incorrect random (mostly duplicate album pics) for for several of my folders? I have the same darn picture used in about 8 different albums!
That is a good question. I have the same issue. I posted about it in one of the support forums, but didn't really make any headway. Basically I'm told SageTV expects the picture to be in the .mp3 file itself. It is obviously looking at folder.jpg sometimes, because I see some art, but in general its a total mismatch for me as well.

Quote:
Originally Posted by mkanet
Is there a way to at least tell SageTV to NOT use a picture to represent a folder if it's not sure what to use?

LOL's it funny to see a Rapper's picture on folders for Misc easy listening songs.
Hehe. You must be pretty hardcore if thats what comes up in your easy listening section.
Reply With Quote
  #153  
Old 12-09-2005, 05:34 PM
geogecko geogecko is offline
Sage Icon
 
Join Date: Dec 2004
Location: North Oklahoma
Posts: 2,273
I use some other free software called "Album Cover Art Downloader." It (I believe) stores the jpg in the MP3 file, but can do several other things depending on what settings you have it use.
__________________
-Jason
Reply With Quote
  #154  
Old 12-09-2005, 06:14 PM
Keith's Avatar
Keith Keith is offline
Sage Advanced User
 
Join Date: Sep 2005
Posts: 111
Knock on wood - the cover art works for me.

My issue is when a CD is a complilation such as the "American Blues" CD someone gave me. Tha artists are listed as "various" for the CD itself and that causes all kinds of problems in Sage. Because I have several "greatest hits" type CDs, all commercial, I end up with an album called "Single" that shows up in my album view that has hundreds of songs in it.

The concept of the Sage Music Player is good, but the implementation is totally broken.

About the only good way to play stuff is to make playlists manually. I hope they're committed to improving/fixing this...

At least now we have Deria's awesome plugin for visualizations!
Reply With Quote
  #155  
Old 12-10-2005, 01:05 AM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
I got it all to work. Thank you!

I am having a weird problem though. My .m4a and .mp4 files can only be found in the Imported Videos section, not in my audio section. What am I doing wrong?
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming

***RIP SageTV***
Reply With Quote
  #156  
Old 12-10-2005, 01:21 AM
deria deria is offline
Sage Aficionado
 
Join Date: Nov 2005
Posts: 408
Quote:
Originally Posted by mkanet
I got it all to work. Thank you!

I am having a weird problem though. My .m4a and .mp4 files can only be found in the Imported Videos section, not in my audio section. What am I doing wrong?
Well, mp4 is not a file-type that Winamp registers itself for. If you're sure that your version of Winamp can play it, you can add the following line to your sage.properties/sageclient.properties file:

media_player_plugin_class/mp4=WinampPlugin

The m4a extension is already registered, but I seem to recall reading a few pages back in this thread that SageTV was putting m4a files into the imported videos folder when it shouldn't be, so there might not be much you can do about that.

I don't have any files of either type to test with.
Reply With Quote
  #157  
Old 12-10-2005, 02:26 AM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
Yes, I had to manually add support for .mp4 files. After I did that, SageTV puts them in the video's section along with the .m4a files. Music support for SageTV is sure screwy!
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming

***RIP SageTV***
Reply With Quote
  #158  
Old 12-11-2005, 02:28 AM
deria deria is offline
Sage Aficionado
 
Join Date: Nov 2005
Posts: 408
Updated the documentation in the first post to reflect that the "auto execute visualization plug-in on playback" toggle in the "plug-ins" section of the Winamp preferences needs to be DISABLED. If this toggle is enabled, the visualization will start automatically when you start playing a track, but SageTV will be unaware of this and you will have no (reasonable) way to stop the visualization.
Reply With Quote
  #159  
Old 12-11-2005, 09:15 AM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
Is is possible to show the visualization in the background of the Sagetv UI (like the builtin one SageTV)? You really cant do anything at all while the Winamp full screen visualization is active.
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming

***RIP SageTV***
Reply With Quote
  #160  
Old 12-11-2005, 11:05 AM
deria deria is offline
Sage Aficionado
 
Join Date: Nov 2005
Posts: 408
Quote:
Originally Posted by mkanet
Is is possible to show the visualization in the background of the Sagetv UI (like the builtin one SageTV)? You really cant do anything at all while the Winamp full screen visualization is active.
No, the Winamp visualization cannot be embedded directly into SageTV.

That being said, the next version of the plugin will allow you do change the volume, fast forward, rewind, pause, etc. while the visualization is running.
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 10:03 AM.


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