Join Today
+ Reply to Thread
Results 1 to 2 of 2
  1. #1

    Default Q: Can I import a playlist to a1200 from PC?

    hey guys...
    i'd like to plug my sd card into my pc and create a playlist for my a1200 on the pc... possible?

    thanks in advance,

    fe.

  2. #2
    Join Date
    Jul 2007
    Location
    Kolkata, India
    Posts
    207

    Default

    this is how you make a real player playlist... but somehow i cannot make it work properly...i'm able to make the playlist, & it's playing the playlist, but only the first song... once i'm thru' with the details, i'll post... till then, you can try along with me...

    For local playback of clips residing on the user's computer, start the URL with file:// and list clips in their locations relative to the Ram file. For example, the following specifies a clip that resides one level below the Ram file in the media directory: file://media/video1.rm To deliver a few clips (but not SMIL files) in sequence, list the URLs in their playback order:
    f
    ile://media/video1.rm
    file://media/video2.rm
    file://media/video3.rm

    Someone, can you please tell me why doesn' it work?

    Code:
    #!/bin/bash
    i=`pwd | sed s/' '/%20/g`
    
    for j in `ls | grep '.rm$' | sed s/' '/%20/g`;
      do
        echo file://localhost/ >> ./playlist.ram
      done
    What i'm trying to do is make a playlist.ram file in the root of the mmc. The rm files are also in the root of the mmc.


 
+ Reply to Thread

Similar Threads

  1. winamp playlist
    By vivek_033 in forum E6 General Chat
    Replies: 2
    Last Post: 12-03-2008, 06:18 AM
  2. import contact from outlook
    By kk30dec in forum E6 General Chat
    Replies: 2
    Last Post: 10-10-2008, 03:21 PM
  3. Playlist hangs :(
    By fade2blak in forum E6 General Chat
    Replies: 11
    Last Post: 09-10-2007, 11:39 AM
  4. Playlist capacity..
    By Aadil in forum A1200 General Chat
    Replies: 1
    Last Post: 08-10-2007, 12:44 PM
  5. mp3player 0.22 playlist question
    By 896jesse in forum E680i General Chat
    Replies: 1
    Last Post: 02-07-2007, 04:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Optimization by vBSEO 3.6.0 RC 1