How to copy playlist from Banshee to MP3 player?

5,357

Solution 1

I'm a little late to the party, but better late than never right?

I think I have a better solution. After much reading of forums and gnashing of teeth, I figured out how to get banshee to sync playlists to an sd-card. I read lots of instructions on different forums/mailing lists, some gave only part of the information you need, some simply gave bad info (for example several posts showed the .is_audio_player file with a line "playlist_format" instead of "playlist_formats". That "s" makes all the difference!)

Anyway,

Add a file .is_audio_player to the root directory of your sdcard or android device's main memory.

Open the file and add these lines:

name="name you want banshee to call your phone"
audio_folders=Music/
output_formats=audio/mpeg,audio/x-ms-wma,application/ogg
playlist_formats=audio/x-mpegurl,audio/mpeg-url
playlist_path=Playlists/

endoffile=PlaceThisHereToEnsureThereIsABlankSpaceBeforeTheLastLineOfTheFile

(there are other lines you can add, just google for .is_audio_player for more info. That last line comes for a post left by one of the developers of banshee noting that banshee won't pick up the last line in the file without a hard return at the end)

Then load banshee, your sd card will now show that it supports playlists, and the sync function will work for music and playlists.

Pro-tip, you can create a smart playists to act as a meta-playlist for all the playlists you want to transfer over. Your media player on the phone should now pick up all your music and all your playlists (only checked by me with the google play music app).\

hope this helps somebody...

Solution 2

ok, the following seemed to me, that it was a studpid answer, and I couldn't believe it, when I read it the first time, but it works.

found on: http://ubuntuforums.org/archive/index.php/t-1693031.html

the first thing you have to do ist to use a .is_audio_player file, no way else.

then 1. Create a Smart Playlist (f.e. XYZ) 2. Set the conditions of the smart playlists to "Playlist" and "is" and select the playlists you want on your media player. 3. Sync the smart playlist (XYZ) with your media player by the menu on the device shwon in banshee. 4. It will copy all the files, and populate your playlists - on the player - automatically at the end.

Share:
5,357

Related videos on Youtube

rudivonstaden
Author by

rudivonstaden

Updated on September 18, 2022

Comments

  • rudivonstaden
    rudivonstaden almost 2 years

    I have an Android phone which I use as a music player, and I use Banshee to manage the music on my computer. I can copy music fairly easily from Banshee to the phone, I can even copy the music (MP3s) contained in a playlist.

    What I would like to do is copy the playlist itself, but that is apparently not so straightforward. What I have tried:

    • Drag and drop the playlist from the computer to the phone (under Devices). This copies all the MP3 files across.
    • Right-click on the device and select 'New playlist'. Then tried dragging and dropping the contents of the playlist on my computer into the playlist on the phone. It would not let me.
    • Right-click on the playlist on the computer and 'Export playlist', then save it to the Android phone. This came close, but the folder structure was all wrong, so it couldn't find the music.

    This seems like it should be a pretty straightforward process - is there a way to do it, or are there extensions that will let me do it? If necessary, I could use Rhythmbox instead, but it seems that is equally unable to do this.

    • Nivedita
      Nivedita over 11 years
      this has worked for me in the past. First I copy all the files into the Music folder then I export the playlist straight into the same folder.
    • rudivonstaden
      rudivonstaden over 11 years
      what sort of worked was to export the playlist to the Music directory on my computer, and then copy the playlist (M3U format) to the Music directory on the phone. The phone then picks up the playlist and can open it. Only problem is that the directory structure (Artist / Album) is not always consistent, so it loses a lot of tracks.
    • Nivedita
      Nivedita over 11 years
      Here's what I do, I copy every track to the root, so under music I have /Music/Tracks.mp3. I drag the music from banshee straight into the folder, not into the phone icon under banshee. that will copy all tracks to same folder, and the export won't make you loose any files.
    • rudivonstaden
      rudivonstaden over 11 years
      thanks @kmassada, though I'd prefer a solution that respects the directory structure.
    • Nivedita
      Nivedita over 11 years
      No problem, that's why I commented instead of answering. Lemme know if you find better ways of doing this. I starred your question
  • rudivonstaden
    rudivonstaden over 11 years
    Thanks for your answer. Unfortunately, this is still not working for me -- maybe be because I have a version 1.6 Android phone. Banshee didn't seem to recognise an .is_audio_file config file; is it not supposed to be .is_audio_player?
  • rudivonstaden
    rudivonstaden over 11 years
    Hooray! Finally got this to work after upgrading to a new phone (HTC Desire X). The smart playlist is the key...