public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] usb device mp3 playlist maker
@ 2007-06-26  1:51 maxim wexler
  2007-06-26  2:31 ` Boyd Stephen Smith Jr.
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: maxim wexler @ 2007-06-26  1:51 UTC (permalink / raw
  To: gentoo-user

Hi group,

I have a generic mp3 usb 256M player. Does anybody
know of a program or script that will load it with
tunes, in a random arrangement from a dir full of
mp3s?

Maxim


       
____________________________________________________________________________________
Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=list&sid=396545433
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] usb device mp3 playlist maker
  2007-06-26  1:51 [gentoo-user] usb device mp3 playlist maker maxim wexler
@ 2007-06-26  2:31 ` Boyd Stephen Smith Jr.
  2007-06-26  9:43 ` Florian Philipp
  2007-06-26 15:57 ` maxim wexler
  2 siblings, 0 replies; 5+ messages in thread
From: Boyd Stephen Smith Jr. @ 2007-06-26  2:31 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 840 bytes --]

On Monday 25 June 2007, maxim wexler <blissfix@yahoo.com> wrote 
about '[gentoo-user] usb device mp3 playlist maker':
> I have a generic mp3 usb 256M player. Does anybody
> know of a program or script that will load it with
> tunes, in a random arrangement from a dir full of
> mp3s?

Does it show up as a usb block device?  If so, you can copy files however 
you choose.  AmaroK should be able to generate a random playlist of X 
songs, and may be able to do one of X MiB.

If not, you'll have to figure out if there's a driver for it, and see what 
methods are available using that driver.

-- 
Boyd Stephen Smith Jr.                     ,= ,-_-. =. 
bss03@volumehost.net                      ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy           `-'(. .)`-' 
http://iguanasuicide.org/                      \_/     

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] usb device mp3 playlist maker
  2007-06-26  1:51 [gentoo-user] usb device mp3 playlist maker maxim wexler
  2007-06-26  2:31 ` Boyd Stephen Smith Jr.
@ 2007-06-26  9:43 ` Florian Philipp
  2007-06-26 15:57 ` maxim wexler
  2 siblings, 0 replies; 5+ messages in thread
From: Florian Philipp @ 2007-06-26  9:43 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 392 bytes --]

Am Dienstag 26 Juni 2007 03:51 schrieb maxim wexler:
> Hi group,
>
> I have a generic mp3 usb 256M player. Does anybody
> know of a program or script that will load it with
> tunes, in a random arrangement from a dir full of
> mp3s?
>
> Maxim
>

A number of IPod related tools exist. For example gtkpod. It can build 
playlists but I'm not sure if it will work with your player.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] usb device mp3 playlist maker
  2007-06-26  1:51 [gentoo-user] usb device mp3 playlist maker maxim wexler
  2007-06-26  2:31 ` Boyd Stephen Smith Jr.
  2007-06-26  9:43 ` Florian Philipp
@ 2007-06-26 15:57 ` maxim wexler
  2007-06-26 20:11   ` [gentoo-user] perl adepts here?--was--usb " maxim wexler
  2 siblings, 1 reply; 5+ messages in thread
From: maxim wexler @ 2007-06-26 15:57 UTC (permalink / raw
  To: gentoo-user


--- maxim wexler <blissfix@yahoo.com> wrote:

> Hi group,
> 
> I have a generic mp3 usb 256M player. Does anybody
> know of a program or script that will load it with
> tunes, in a random arrangement from a dir full of
> mp3s?
> 
> Maxim
> 

There's this thing which looks promising(awkward name,
though). 

http://osx.freshmeat.net/projects/cpshufflesature/

The URL says osx but the site says "OS Independant".

I ran it according to directions at the "Demo" link,
but:

heathen@localhost ~ $ ./cpShuffleSature_stable -t /usb
-f '\.mp(3|e?g)$' -s 'music/mp3' -m 256M
Can't locate Carp/Assert.pm in @INC (@INC contains:
/etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux
/usr/lib/perl5/vendor_perl/5.8.8
/usr/lib/perl5/vendor_perl/5.8.6
/usr/lib/perl5/vendor_perl/5.8.6/i686-linux
/usr/lib/perl5/vendor_perl
/usr/lib/perl5/site_perl/5.8.8/i686-linux
/usr/lib/perl5/site_perl/5.8.8
/usr/lib/perl5/site_perl
/usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8
/usr/local/lib/site_perl .) at
./cpShuffleSature_stable line 58.
BEGIN failed--compilation aborted at
./cpShuffleSature_stable line 58.

My perl seems up-to-date and here's Carp.pm:

heathen@localhost ~ $ ls -l
/usr/lib/perl5/5.8.8/Carp.pm
-r--r--r-- 1 root root 8840 Jul  7  2006 

lines 57-59:

#Linux Debian: libcarp-assert-perl
#use Carp::Assert;
no Carp::Assert; # line commented out => debug mode

I swapped comments with the same result.

mw


       
____________________________________________________________________________________
Need a vacation? Get great deals
to amazing places on Yahoo! Travel.
http://travel.yahoo.com/
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] perl adepts here?--was--usb device mp3 playlist maker
  2007-06-26 15:57 ` maxim wexler
@ 2007-06-26 20:11   ` maxim wexler
  0 siblings, 0 replies; 5+ messages in thread
From: maxim wexler @ 2007-06-26 20:11 UTC (permalink / raw
  To: gentoo-user


--- maxim wexler <blissfix@yahoo.com> wrote:

> 
> --- maxim wexler <blissfix@yahoo.com> wrote:
> 
> > Hi group,
> > 
> > I have a generic mp3 usb 256M player. Does anybody
> > know of a program or script that will load it with
> > tunes, in a random arrangement from a dir full of
> > mp3s?
> > 
> > Maxim
> > 
> 
> There's this thing which looks promising(awkward
> name,
> though). 
> 
> http://osx.freshmeat.net/projects/cpshufflesature/
> 
> The URL says osx but the site says "OS Independant".
> 
> I ran it according to directions at the "Demo" link,
> but:
> 
> heathen@localhost ~ $ ./cpShuffleSature_stable -t
> /usb
> -f '\.mp(3|e?g)$' -s 'music/mp3' -m 256M
> Can't locate Carp/Assert.pm in @INC (@INC contains:
> /etc/perl
> /usr/lib/perl5/vendor_perl/5.8.8/i686-linux
> /usr/lib/perl5/vendor_perl/5.8.8
> /usr/lib/perl5/vendor_perl/5.8.6
> /usr/lib/perl5/vendor_perl/5.8.6/i686-linux
> /usr/lib/perl5/vendor_perl
> /usr/lib/perl5/site_perl/5.8.8/i686-linux
> /usr/lib/perl5/site_perl/5.8.8
> /usr/lib/perl5/site_perl
> /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8
> /usr/local/lib/site_perl .) at
> ./cpShuffleSature_stable line 58.
> BEGIN failed--compilation aborted at
> ./cpShuffleSature_stable line 58.
> 
> My perl seems up-to-date and here's Carp.pm:
> 
> heathen@localhost ~ $ ls -l
> /usr/lib/perl5/5.8.8/Carp.pm
> -r--r--r-- 1 root root 8840 Jul  7  2006 
> 
> lines 57-59:
> 
> #Linux Debian: libcarp-assert-perl
> #use Carp::Assert;
> no Carp::Assert; # line commented out => debug mode
> 
> I swapped comments with the same result.
> 
> mw
> 

Oh, and here's where Assert.pm lives. I did a search
in the code for "Assert.pm" but it didn't show so I
don't know where the program expects to find it or how
to tell it where to look.

slocate Assert.pm
/usr/lib/perl5/5.8.8/Test/Harness/Assert.pm
/usr/lib/perl5/vendor_perl/5.8.8/Test/Harness/Assert.pm
heathen@localhost ~ $  

mw


      ___________________________________________________________________________________
You snooze, you lose. Get messages ASAP with AutoCheck
in the all-new Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_html.html
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-06-26 20:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-26  1:51 [gentoo-user] usb device mp3 playlist maker maxim wexler
2007-06-26  2:31 ` Boyd Stephen Smith Jr.
2007-06-26  9:43 ` Florian Philipp
2007-06-26 15:57 ` maxim wexler
2007-06-26 20:11   ` [gentoo-user] perl adepts here?--was--usb " maxim wexler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox