![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#41 |
|
Way Too Much Ubuntu
![]() |
Re: HOWTO: Songbird
dare i call it the cross-platform itunes?
It works great, cant wait till the stable release.
__________________
"If you are savvy and smart about the choices you make in life, The sky is not the limit!" - Mark Shuttleworth This message has been rot 26 encrypted for security reasons. |
|
|
|
|
|
#42 |
|
Dipped in Ubuntu
![]() Join Date: Dec 2004
Beans: 597
Xubuntu 9.10 Karmic Koala
|
Re: HOWTO: Songbird
I really like the look of Songbird, but can't seem to fogure out how to use it properly!
I want to scan through my files and add them to the playlist as I find them, but to do it I have to select the file, click on add to playlist, then select a playlist from the list of one. How do I make it so that a double-click adds a song to the current playlist? |
|
|
|
|
|
#43 |
|
5 Cups of Ubuntu
![]() Join Date: Dec 2006
Beans: 37
|
Re: HOWTO: Songbird
WOW thats script work wonders!! finally got my sound back
|
|
|
|
|
|
#44 |
|
Ubuntu Extra Shot
![]() Join Date: Aug 2005
Beans: 370
|
Re: HOWTO: Songbird
Here's some quick help on importing windows iTunes libraries from songbird.
I needed two things. First, get the iTunes Importer extension (install it from within Songbird, under Services>Extensions). Unfortunately, we're going to require one more step before I can use the importer. Since the iTunes library was created with windows, it's xml contains a bunch of links that look like: file://localhost/E:/music/unsorted/filename. Since I'm running it under linux, that clearly isn't going to work. In linux, I have my music folder mounted at /media/music, and my so I wrote a quick little three line script that will make the changes for me. Create a new script: Code:
gedit iTunes2Songbird.sh Code:
#!/bin/bash cp /media/data/documents/My\ Music/iTunes/iTunes\ Music\ Library.xml /tmp/ perl -pi -e 's/file\:\/\/localhost\/E\:\//\/media\//g' /tmp/iTunes\ Music\ Library.xml echo "Use File>Import Library to import the library (found at /tmp/iTunes Music Library)"; Code:
chmod +x iTunes2Songbird.sh Code:
./iTunes2Songbird.sh Also be sure to go to File>Preferences, then choose the Import tab and check all of the boxes. That'll make sure that Songbird automatically updates the library. Last edited by spin2cool; January 8th, 2007 at 02:15 AM.. |
|
|
|
|
|
#45 |
|
Chocolate Ubuntu Mocha Blend
![]() |
Re: HOWTO: Songbird
Seems to have made some progress since I last saw.
Nice work. =] |
|
|
|
|
|
#46 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2006
Beans: 21
|
Re: HOWTO: Songbird
I have installed songbird and from what I could see there was no problems But it doesn't play my mp3's. No error message or anything it just doesn't start. Amarok plays them with no problems. Any ideas?
(Kubuntu edgy user) |
|
|
|
|
|
#47 |
|
A Carafe of Ubuntu
![]() Join Date: Apr 2006
Location: BELGIUM (GENT)
Beans: 154
Xubuntu 8.10 Intrepid Ibex
|
Re: HOWTO: Songbird
Hello, installed it, look nice but does not play, it says no devices yet under Devices....
Ive got sound when booting ubuntu, so i guess it should be ok ? |
|
|
|
|
|
#48 |
|
First Cup of Ubuntu
![]() |
Re: HOWTO: Songbird
It worked! Your script "iTunes2Songbird" has saved my music library.
I have registered myself in the forum just to say: thank you!! |
|
|
|
|
|
#49 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2007
Beans: 4
|
Re: HOWTO: Songbird
Hi everybody,
I'm posting this little comment here in the hope that it helps the community. I followed help from numerous pages: http://www.psychocats.net/ubuntu/songbird http://www.songbirdnest.com/node/1478 http://publicsvn.songbirdnest.com/tr...ngUpGStreamer\ as well as this topic here. anyways, it seems like you need Gstream up and running. the link (mentioned above) to help you is: http://publicsvn.songbirdnest.com/tr...ngUpGStreamer\ the page also mentions which gstreamer files you need, so please install them under synaptic-package-manager by clicking on "system" -> "administration" -> "synaptic-package-manager". next, you will find help under "Selecting Your Output Plugin". type : gstreamer-properties and a window titled " multimedia systems selector" will open. don't worry (too much) if you see (in the terminal): gstreamer-properties-Message: Skipping unavailable plugin 'artsdsink' gstreamer-properties-Message: Skipping unavailable plugin 'polypsink' gstreamer-properties-Message: Skipping unavailable plugin 'sdlvideosink' gstreamer-properties-Message: Skipping unavailable plugin 'v4lmjpegsrc' gstreamer-properties-Message: Skipping unavailable plugin 'qcamsrc' gstreamer-properties-Message: Skipping unavailable plugin 'esdmon' gstreamer-properties-Message: Skipping unavailable plugin 'polypsrc' as my Songbird works fine even without those plugins mentioned above. i had "autodetect" on my output setting, and it seems like Songbird didn't like that. I chose ALSA and Songbird is up and running. please note that I'm no expert, I've had Ubuntu installed for just about 4 days now, and I'm trying to migrate from windows to Ubuntu (always good news, isn't it?) Also note that I did not go through all the posts in this topic, so if my help/tip/advice has been mentioned before, then probably someone has a more elaborate walk-through on how to fix the annoying "error" thing. another (extremely important) advice i'd like to offer is to google for help besides looking in this forum, and have many walk-throughs open in many windows so you can choose which walk-through best describes your issue(s). now, let the Bird Sing! ![]() |
|
|
|
|
|
#50 |
|
5 Cups of Ubuntu
![]() |
Re: HOWTO: Songbird
Where in songbird are you seeing this output device setting?? mine stopped playing music all of a sudden, and i need to get it fixed. i need my songbird!!!
__________________
-Korn |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|