[9fans] jukebox
  Home FAQ Contact Sign in
comp.os.plan9 only
 
Advanced search
POPULAR GROUPS

more...

comp.os.plan9 Profile…
 Up
[9fans] jukebox         


Author: ron minnich
Date: Apr 23, 2007 14:02

for research purposes I need to set up a plan 9-based jukebox at work.

Anybody done this lately? I want to rip cds, store them in
fossil/venti, make them available over 9p for testing on linux, macos,
plan9, and so on

thanks

ron
15 Comments
Re: [9fans] jukebox         


Author: Francisco J Ballesteros
Date: Apr 23, 2007 14:22

We have a local /n/music partition. fossil+venti.
Is this want you refer to?
Or do you mean running the jukebox sw?
I use oplayer mostly.

On 4/23/07, ron minnich gmail.com> wrote:
> for research purposes I need to set up a plan 9-based jukebox at work.
>
> Anybody done this lately? I want to rip cds, store them in
> fossil/venti, make them available over 9p for testing on linux, macos,
> plan9, and so on
>
> thanks
>
> ron
>
>
11 Comments
Re: [9fans] jukebox         


Author: ron minnich
Date: Apr 23, 2007 14:38

On 4/23/07, Francisco J Ballesteros lsub.org> wrote:
> We have a local /n/music partition. fossil+venti.
> Is this want you refer to?

how do you rip the CDs? What format (can we do ogg on P9? I forget)
> Or do you mean running the jukebox sw?
> I use oplayer mostly.

on Plan B, right? I want to serve to all OSes, via 9p only of course ...

ron
9 Comments
Re: [9fans] jukebox         


Author: Skip Tavakkolian
Date: Apr 23, 2007 14:49

> Anybody done this lately? I want to rip cds, store them in
> fossil/venti, make them available over 9p for testing on linux, macos,
> plan9, and so on

fyi; this might be helpful for playback...

you can play mp3's using http streaming through a browser with a flash
plugin. it just needs the standard httpd on a cpu to access the fs.

i use this technique to stream mp3's through rangboom using http. the
javascript in the web interface makes the exported mp3 files available
for streaming by embedding a flash player. the flash plugin uses http
streaming (https) to playback files, which starts playing immediately.
9p is used to export the mp3's from the user's computer to
rangboom.com and http is used from there to the browser/flash plugin
"consumer". the flash player could be made fancier to play from a
playlist, etc. any flash experts among 9fans?

playing mp3's through rangboom - includes encryption - works very
well. serving content that resides on an attached fs should be excellent.
no comments
Re: [9fans] jukebox         


Author: Uriel
Date: Apr 23, 2007 15:26

On 4/23/07, ron minnich gmail.com> wrote:
> how do you rip the CDs?

cdfs(4) and cat(1)
> What format (can we do ogg on P9? I forget)

If you forget, why don't you check the contrib index? It was setup for a reason.
>> Or do you mean running the jukebox sw?
>> I use oplayer mostly.
>
> on Plan B, right? I want to serve to all OSes, via 9p only of course ...

I'm rather unclear as to what you are trying to do, but there is
games/jukefs (see juke(7)), and p9p has its own juke-thingie I forgot
the name of.

Googe, lookman and the wiki are your friends.

uriel
2 Comments
Re: [9fans] jukebox         


Author: ron minnich
Date: Apr 23, 2007 15:39

On 4/23/07, Uriel gmail.com> wrote:
> Googe, lookman and the wiki are your friends.
>

yup, but in part, I'm looking for people's experience, which none of
this resources has proven that useful for.

Thanks

ron
no comments
Re: [9fans] jukebox         


Author: Lyndon Nerenberg
Date: Apr 23, 2007 21:05

> on Plan B, right? I want to serve to all OSes, via 9p only of course ...

The filesystem shouldn't matter. You should just be able to pick a common
format that the clients can deal with. E.g. I've exported my iTunes
directory from the Mac to FreeBSD via NFS and then just pointed xmms at
the directory tree. As long as xmms has the right codec, it'll work.

Your problem isn't the FS, it's finding a generic enough directory/file
layout that will work without too much pain across on your range of
clients.

--lyndon

The longest UNIX error code is ENAMETOOLONG.
1 Comment
Re: [9fans] jukebox         


Author: ron minnich
Date: Apr 23, 2007 22:11

On 4/23/07, Lyndon Nerenberg wrote:
>> on Plan B, right? I want to serve to all OSes, via 9p only of course ...
>
> The filesystem shouldn't matter.

there are reasons it does. IT's a long story.

ron
no comments
Re: [9fans] jukebox         


Author: Francisco J Ballesteros
Date: Apr 23, 2007 23:45

Yep, but for the sake of this discussion, it´s a Plan 9. The kernel,
fossil, and venti
are untouched.

Regarding converters to mp3,
time ago we had a unix program compiled with ape to rip them, IIRC.
However, most of them have been converted to mp3 using other systems
(linux, macos, mostly) and then copied to /n/music.

Also, the same machine is used both as a main file server and as a music server.
Reading mp3 files to reproduce them at terminals does not seem to increase the
fs load nor to cause noticeable delays for others. We do not use caches, btw.
Show full article (0.97Kb)
no comments
Re: [9fans] jukebox         


Author: Christopher Nielsen
Date: Apr 24, 2007 15:17

My ogg/vorbis port, along with all the other music tools I've ported,
are in /n/sources/contrib/cnielsen

On 4/23/07, ron minnich gmail.com> wrote:
> On 4/23/07, Francisco J Ballesteros lsub.org> wrote:
>> We have a local /n/music partition. fossil+venti.
>> Is this want you refer to?
>
> how do you rip the CDs? What format (can we do ogg on P9? I forget)
>
>> Or do you mean running the jukebox sw?
>> I use oplayer mostly.
>
> on Plan B, right? I want to serve to all OSes, via 9p only of course ...
>
> ron
>
Show full article (0.68Kb)
no comments
1 2