So last week I fired up Streamtuner. It's been awhile since I have used it to listen to online music now that I have been using Songbird, so I was a bit upset when I couldn't get any listings for the Shoutcast feed.
At first I thought there was a glitch with their server but after a few days of checking it, I found it was still not working.
So I went digging.
Turns out that Shoutcast changed their website. The old Streamtuner plug-in doesn't work with the new design. What needed to be done was to fire up a hex editor and update the plug-in. But not an update that would use their new site feed. Nope! That would require a full rewrite of the plug-in code.
What I did was to find the Shoutcast address in the plug-in and change it to the new address that points to the old site that Shoutcast is maintaining.
Here's what you need to do in order to fix the Shoutcast plug-in.
Fire up your favorite hex editor and use it to open up the shoutcast.so plug-in found in usr/lib/streamtuner/plugins.
Now search for the two instances of www.shoutcast.com and replace them with 205.188.234.120 making sure you keep the spacing sane.
Now save it back into your folder.
Open up Streamtuner and go to the Shoutcast tab. You should now see your listings. If your don't just click on the Reload button.
For those of you who are saying that you don't know how to use a hex editor, no worries.
Here is a link to the patched shoutcast plug-in.
Download Plugin
Copy the plug-in, go to usr/lib/streamtuner/plugins folder. Open it as Root. Delete the existing shoutcast.so file and paste this patched file in to the folder.
Now open up Streamtuner, go to the Shoutcast tab and your listings should show up.
This is only a quick fix as it doesn't allow Streamtuner to access the new Shoutcast site and categories. Streamtuner itself needs to be fixed. I believe the original designer quit the project several years ago as there haven't been any updated versions. But I do believe there are some people maintaining it and hopefully they will release a newer 'fixed' version.
Update!!!
Thanks to Ernie for this easy fix that offers more functionality.
An alternative solution can be to edit your hosts file (/etc/hosts) and add the following line:
205.188.234.120 www.shoutcast.com
That overrides the shoutcast.com ip address provided by the DNS. It fixes the issue and you can access the webpage from the browser too.
Thanks again Ernie!
Enjoy!
TaZMAn
Showing posts with label Online. Show all posts
Showing posts with label Online. Show all posts
Wednesday, October 22, 2008
Sunday, October 12, 2008
Cd / DVD Label and Insert Maker
I made a Cd as a present for some friends of ours.
As I put the Cd in the case, I realized it looked too plain. It needed a case insert.
I played around with making my own case insert using the Open Office word processor but it was tedious and I couldn't get it it quite right.
So I decided to look on the internet for a linux based Cd/DVD case insert maker.
It only took a few seconds for me to find this online label maker;
Online Cd/DVD Maker Mirror
http://www.aczoom.com/tools/cdinsert/
Note: The above link now points to the main web page from which you can access the online label maker. I used to provide a direct link to the online maker but the author keeps changing the address.
It was more then I had hoped for. It not only would make my case inserts for Cd's but also does DVD cases, Cd/DVD labels and envelopes.
All I had to do was enter the song list info, upload a picture and the website generated a file that I could print or save. Excellent!!
But it's an online service (Free) and I wanted a program that allowed me to do the same thing from my computer locally.
Not to worry. I started reading his page and saw a link for the source code which is found here;
Source Code
http://www.aczoom.com/tools/cdinsert/#download
All I had to do was download the cdlabelgen-4.0.0 tar.gz file, extract it and do a make install from the terminal. It was done installing as fast I pressed the Enter button. Notice that I didn't say I used make because that command wasn't needed nor was configure.
Okay! I had the Cd label generator files installed but this only allows me to make labels and inserts from the terminal. Since I'm not one to enjoy typing tons of commands to do a task I needed a GUI for this software.
That's where gtkcdlabel comes in. It provides a graphical user interface that is easy to use and makes labels and inserts in seconds. It also has a preview button that allows you to see what the insert or label looks like before you print it.
And this GUI package comes in the form of a deb file in addition to rpm and source files.
I downloaded the deb file, clicked on it and installed it.
You can get the gtkcdlabel package from here; (Note! They also have the cdlabelgen-4.0.0 packages available for download)
Download Page
http://sourceforge.net/project/showfiles.php?group_id=14155
Once installed, you will find it under your Applications - Office category in your menu if you are using Ubuntu.
The only problem I came across so far had to do with the color option selector.
I would choose a color for the text but it would preview as a different color.
I had used the default black text color when I created the insert for my Cd case and had no issues but it may take some playing around to get the correct color. And I'm not sure if the preview is displaying the wrong color but will print the correct color or if it's a glitch with the software.
Other then that this software gets a 4 thumbs up for saving my present from blandness and turning it into a professional looking Cd case.
And with the option to use the online website to make your inserts and covers, that will allow users of those other OS's to create their own inserts and labels without having to spend $$$ on another piece of software.
Enjoy!
TaZMAn
As I put the Cd in the case, I realized it looked too plain. It needed a case insert.
I played around with making my own case insert using the Open Office word processor but it was tedious and I couldn't get it it quite right.
So I decided to look on the internet for a linux based Cd/DVD case insert maker.
It only took a few seconds for me to find this online label maker;
Online Cd/DVD Maker Mirror
http://www.aczoom.com/tools/cdinsert/
Note: The above link now points to the main web page from which you can access the online label maker. I used to provide a direct link to the online maker but the author keeps changing the address.
It was more then I had hoped for. It not only would make my case inserts for Cd's but also does DVD cases, Cd/DVD labels and envelopes.
All I had to do was enter the song list info, upload a picture and the website generated a file that I could print or save. Excellent!!
But it's an online service (Free) and I wanted a program that allowed me to do the same thing from my computer locally.
Not to worry. I started reading his page and saw a link for the source code which is found here;
Source Code
http://www.aczoom.com/tools/cdinsert/#download
All I had to do was download the cdlabelgen-4.0.0 tar.gz file, extract it and do a make install from the terminal. It was done installing as fast I pressed the Enter button. Notice that I didn't say I used make because that command wasn't needed nor was configure.
Okay! I had the Cd label generator files installed but this only allows me to make labels and inserts from the terminal. Since I'm not one to enjoy typing tons of commands to do a task I needed a GUI for this software.
That's where gtkcdlabel comes in. It provides a graphical user interface that is easy to use and makes labels and inserts in seconds. It also has a preview button that allows you to see what the insert or label looks like before you print it.
And this GUI package comes in the form of a deb file in addition to rpm and source files.
I downloaded the deb file, clicked on it and installed it.
You can get the gtkcdlabel package from here; (Note! They also have the cdlabelgen-4.0.0 packages available for download)
Download Page
http://sourceforge.net/project/showfiles.php?group_id=14155
Once installed, you will find it under your Applications - Office category in your menu if you are using Ubuntu.
The only problem I came across so far had to do with the color option selector.
I would choose a color for the text but it would preview as a different color.
I had used the default black text color when I created the insert for my Cd case and had no issues but it may take some playing around to get the correct color. And I'm not sure if the preview is displaying the wrong color but will print the correct color or if it's a glitch with the software.
Other then that this software gets a 4 thumbs up for saving my present from blandness and turning it into a professional looking Cd case.
And with the option to use the online website to make your inserts and covers, that will allow users of those other OS's to create their own inserts and labels without having to spend $$$ on another piece of software.
Enjoy!
TaZMAn
Subscribe to:
Posts (Atom)
