Domain: turnstyle.com
Stories and comments across the archive that link to turnstyle.com.
Comments · 115
-
Re:WinampI'm curious how the open-source iTunes rip-off performs on Windows. As you know on a mac iTunes is just "the sh!t" when it comes to managing music in a quick manner. Like MS Office for the Mac, iTunes on Windows is a total dog. So it'll be interesting to see if the iTunes rip off is snappy on windows.
Also the andromeda script is handy when using a web interface to search+listen to your music.(It's at http://www.turnstyle.com/andromeda/ )
-
Re:Audio Streaming At Home
Problems with Streamsicle, as of the last time I used it:
No transcoding, so good luck streaming any high-bitrate mp3's.
No easy way to password protect the server, although it is
doable, just not elegantly. This should be a standard, gui
feature in any mp3 server. If you don't mind paying a little
for a more elegant solution, try Andromeda; I think the site's
www.turnstyle.com -
Shifting types & saving content to a remote seSeems the blog post is partly about saving one file type within other, which reminds me of Baudio, a goofy script I made that converts any file to a
.WAVAlso, if part of the point is simply to save non-image file types into a seemingly unlimited Flickr storage space, what happens if you simply change the file extension to something like filename.pdf.jpg and upload that? Does Flickr actually validate file contents?
-
GNUMP3d?
GNUMP3d is a perl based streaming server which allows you to share a music/video/multimedia archive across a LAN.
Whilst it's designed on Linux machines and only sporadically tested under Windows it should do the job you want - point it at a directory with your media files in it, then fire up a browser to choose your songs / stream away.
Failing that Andromedia should do a good job if you have PHP on your Windows version of Apache. Their personal edition is cheap, and I think there's a free version somebody wrote designed to mirror it - but I've spoken to the author and he's a good guy so I'm happy to recommend it.
-
Re:Here's my setup...Yes, I write and sell Andromeda myself. In fact, here's me (and here's the link to Andromeda again).
I'd say that the large majority of people who purchase Andromeda are well aware of "free (as in beer)" alternatives -- we all use Google, right?
;)They still choose Andromeda because they just like it better, because it's so easy to set up and maintain, and for good support and documentation, and so on.
fwiw, Andromeda has also been around since about 1999.
-
Re:Here's my setup...Yes, I write and sell Andromeda myself. In fact, here's me (and here's the link to Andromeda again).
I'd say that the large majority of people who purchase Andromeda are well aware of "free (as in beer)" alternatives -- we all use Google, right?
;)They still choose Andromeda because they just like it better, because it's so easy to set up and maintain, and for good support and documentation, and so on.
fwiw, Andromeda has also been around since about 1999.
-
Here's my setup...I keep an old PC (in fact, an old laptop) sitting on top of my stereo, patched into Aux.
I leave the screen down, and use other PCs to remote control it (you can use XP's Remote Desktop, VNC, PC Anywhere, etc.).
That way, when I click play in the remote window, it plays out the stereo.
I use it with Andromeda (PHP/ASP software I coded) as well as Internet radio and Rhapsody (the music service).
-
Re:Not "Broadcasting" (on-demand)Warning! Plug coming up...
Personally, I'm more into "on-demand" playback rather than "broadcast" -- that's why I built Andromeda -- it turns your folders and files of MP3s (OGGs too) into a complete browsable/streaming site (needs PHP or ASP)...
-
Re:Oddly enough, EFF wants to monitor traffic"You are misreading that document
...snip... if you think we would advocate secret surveillance of private data, you don't know the EFF very well."Well, quoting from your/EFF's document, it says: "Figuring out what is popular can be accomplished through a mix of anonymously monitoring what people are sharing"
That sounds like monitoring to me.
To follow one typical line, how can you "anonymously monitor what people are sharing" but also detect attempts to "game" the system?
btw, I'm not sure if you've seen my suggestion: DRUMS, imho, it's the most loical next step forward.
-
Zina
-
Re:YAMP? (it's about using what you've got)"Winamp, windows media player, real audio/video, quicktime, divx, xvid, itunes, etc etc."
I don't know Peercast (which seems oriented toward "radio" type uses), but I can comment about my app, Andromeda.
Essentially, the question is: you've got your collection of files, now what?
As for Andromeda, it turns your collection into a browsable, streaming Web site (mostly used with MP3s, though you can use it with OGG, Real, etc.)
(You need a PHP or ASP capable Web server)
It's more of an "on-demand" approach (rather than "radio") -- you decide what you want to play. And since it's Web based, you don't have to bother toting physical stuff around or installing special client apps -- it all happens over the network (Internet or LAN).
When it comes to personal collections, those are generally kept to private use, but "sharable" works (ie, Creative Commons, or if you're the author) can be put on public sites.
In other words, it's not about YAMP, it's about what you do with what you've got.
-
Re:Free?
In case anyone is wondering about an example of software that is "open source," but not "free," a good example would be Andromeda, a streaming MP3 script that sits on top of Apache. It costs $35, but the author emails you the source code (the whole thing is a complex PHP script). However, you are not given permission to redistribute the code, as you are with Free software.
-
Count me as a fellow Lone Coder
-
Count me as a fellow Lone Coder
-
Remote Control via Remote Desktop.One trick I've found handy is to use Remote Desktop to control a "media" PC/server.
For example, I keep an old box wired to my stereo and I can use any other box to control it via Remote Desktop (same thing should work with XP's built-in Terminal Server, VNC, PCanywhere, etc.)
SO, on my Wi-Fi laptop, I open a remote desktop window, and when I click play, it plays out my stereo. The cool thing is that it works with any audio source. Same trick should work with TV cards etc.
And, fwiw, I make a Web-app for PHP or ASP (Andromeda) for playing MP3s, OGGs, etc over the Web.
-
Ogg & AndromedaDisclosure: I make this software, but Andromeda has long been serving Ogg, see Vorbis.
Basically, you need
.m3u (audio/x-mpegurl) mapped to a player that can handle Ogg, most often Winamp.The main problem with Ogg as a "general public" format (as opposed to a "private collection" format) is that the general public still isn't ogg'ed -- but that matters less with a private collection.
-
My solution: AndromedaI hope it's ok to mention my own software, Andromeda.
It's been out for about 4-5 years, and has received good reviews.
I've coded ASP and PHP versions, and it works on Windows, Unix, and Mac OS X boxes.
Basically, you just drag in the one script file, and it turns your folders of MP3s into a complete streaming site -- whenever you add new files, the site is always automatically up-to-date.
You can use it over your LAN, or (bandwidth permitting) over the Internet.
-
My solution: AndromedaI hope it's ok to mention my own software, Andromeda.
It's been out for about 4-5 years, and has received good reviews.
I've coded ASP and PHP versions, and it works on Windows, Unix, and Mac OS X boxes.
Basically, you just drag in the one script file, and it turns your folders of MP3s into a complete streaming site -- whenever you add new files, the site is always automatically up-to-date.
You can use it over your LAN, or (bandwidth permitting) over the Internet.
-
Why The EFF's VCL won't work.The easiest way to see why the EFF's voluntary collective license won't work comes from Fred von Lohmann himself -- for the VCL to work, almost *every* rightsholder would have to voluntarily license, and almost *every* downloader would have to voluntarily pay.
Truthfully, now, isn't that a bit silly?
Next, you have to think about how this system would actually track what people download, in order to divide up any money collected. Do you really want to ask for even more monitoring software added to your ISP on behalf of the govenernment / entertainment industry? (I don't)
They claim that it would render all transfers anonymous, but even if it did (yeah, right) then there would be no way to identify cheats like bots that artificalially increase someone's popularity.
I could go on, but I'll stop there -- the EFF VCL isn't the answer.
IMHO, my suggestion is DRUMS.
-
Re:It's interesting to note what gets duplicated"this "natural right" theory you have is interesting. too bad it's nowhere to be found in the constitution. art. i sec. 8 cl. 8 is utilitarian, bitch."
Uh, when did I ever say anthing about any "natural right" theory?
"are you a gun-shooting redneck from montana? a retard? or a mpaa/riaa stooge?"
Charming. In any case, here's who I am. Ok, now it's your turn.
-
Re:That's one"But who listens to music tethered to their computer? Its so geeky that guys with taped glasses are laughing."
Sure I'm a geek -- but I don't tape my glasses anymore, now they're metal.
In any case, I sit working at my computer all day, and I can play whatever I want, whenever I want, from wherever I have high-speed access (including wi-fi).
At home, I keep an old PC wired to my stereo, and remote-desktop it so I can control my stereo via my wi-fi laptop.
Geeky, sure. Apologies for that? No way.
-
Re:Blind testing? And "Best sound" or "Accuracy"?Here's my journal entry on the subject. Too keep from going farther OT here, why don't we continue discussion there?
Just tried, but it's locked.
fwiw, have you seen my personal page? That page links off to stuff that I've written, and stuff that took time to prepare (as opposed to a simple post), and so it's really a better way to get a sense for where I stand...
-
Re:Good."Oh, and if you have a service to sell, go for it. But don't spam us in your posts. Buy some ad space. Otherwise it just looks like you're trying to advertise for free. Hmmm..."
Actually, if you had bothered to read about DRUMS you would see that I'm not selling anything -- it's simply a suggestion for one possible positive step forward.
-
Re:Good.Good what?
Good, yet more tools to make it even harder for authors to make a living?
Imagine a post-RIAA world, do you still think it's perfectly cool to copy their stuff and give nothing in return?
fwiw, I've been putting some work into what I think can be a new approach to the file-sharing situation, I call it DRUMS.
-
CDBaby (was:Supporting Independent Music)Regarding the notion of "Supporting Independent Music" I hereby plug:
CDBaby , a good service, with good music, run by good people.
A little while ago, I happened to whip up a best of CDBaby site (selections based on their editor picks, and here presented via my PHP/ASP app Andromeda).
-
Re:Knee-jerk anti-RIAA mumbo-jumbo-1, Offtopic.
Sweet lord, anything but that! I repent! I REPENT!
Look, Weaselmancer, you're the one who misread my post, and made the mistake of thinking that I was calling another post bullshit. Nope, I simply noted that there was plenty of bullshit from both sides, and pointed over to what I think may be a helpful soultion.
But if you insist, we can keep going back and forth, if that's really what you think will help to improve the situation.
-
Re:Knee-jerk anti-RIAA mumbo-jumboHow I feel about P2P has nothing to do with this, it is a straw man fallacy. If I'm all for it, or completely against it, it has nothing to do with the RIAA failing to make royalty payments.
In other words, you're unwilling to answer?
So again, which part of his post is bullshit?I didn't say that his post was bullshit, I said that there are plenty of bullshit arguments coming from both sides, and there are.
The real question is what constitutes a practical step forward, and to that end, I've proposed DRUMS.
-
Knee-jerk anti-RIAA mumbo-jumbo"What we REALLY need is for some court ruling to take all those fucking provisions, and declare them illegal. THEN when the RIAA cries about "artists" being deprived of money due to file sharing, I might give a rat's ass about their bullshit argument."
Plenty of bullshit argument from both sides.
I've been working on an idea that I think can be a step forward for both sides...
-
Re:cosmic slashdot reasoning"RIAA blah blah Copyright BAD blah blah Copyright GOOD blah blah GPL blah blah Linux blah blah hypocrites."
Spot on, man!
fwiw, I've stared to try and come up with something new. And here's who I am.
Blah.
-
Re:cosmic slashdot reasoning"RIAA blah blah Copyright BAD blah blah Copyright GOOD blah blah GPL blah blah Linux blah blah hypocrites."
Spot on, man!
fwiw, I've stared to try and come up with something new. And here's who I am.
Blah.
-
Re:So now we're back to copyright GOOD?"Let the people who have something useful to say speak for themselves and stop whoring for karma with your little slash-bites."
Give me a break. here's who I am and here's what Lessig has to say.
-
Er, *my* Andromeda isn't cancelled!
This Slashdot story freaked me out for a sec! My Andromeda lives on...
;) -
I fall for every April Fools Day gag!
Sheesh, even though I make streaming software, I still fall for this (and every) April Fools Day gag. If you're interested in streaming, you might want to check out my app, Andromeda.
-
Larry Lessig runs AndromedaOOPS, I botched these links: reviews and overview
Also perhaps of interest to Slashdot readers, check this out from Larry Lessig's blog
A quote from his new book, "Free Culture":
- "I have begun a large process at home of ripping all of my and my wife's CDs, and storing them in one archive. Then, using Apple's iTunes, or a wonderful program called Andromeda, we can build different play lists of our music: Bach, Baroque, Love Songs, Love Songs of Significant Others -- the potential is endless."
-
Larry Lessig runs AndromedaOOPS, I botched these links: reviews and overview
Also perhaps of interest to Slashdot readers, check this out from Larry Lessig's blog
A quote from his new book, "Free Culture":
- "I have begun a large process at home of ripping all of my and my wife's CDs, and storing them in one archive. Then, using Apple's iTunes, or a wonderful program called Andromeda, we can build different play lists of our music: Bach, Baroque, Love Songs, Love Songs of Significant Others -- the potential is endless."
-
Re:AndromedaHi!
First, I make Andromeda, so thanks for suggesting it.
It so happens that I just put up new reviews and overview pages.
And the Andromeda home page itself is http://www.turnstyle.com/andromeda.
fwiw, I've been working on Andromeda since 1999...
-
Andromedia
-
Re:It's what Open Source is all about"I'm pretty sure the overwhelming bulk of OSS is taking what has already been created in the proprietary world, emulating or outright copying it and then releasing it to everyone else as "free" software."
From my own experience, I've been working on my MP3 juke/server software Andromeda since about 1999. A few years later some guy came up with a GPL'd app Zina (Zina is not Andromeda, which he describes: "It is similar to Andromeda, but released under the GNU General Public License"). And, in turn, I've seen others with forked versions of Zina.
So, I've certainly seen OS projects following a proprietary work, BUT I've also seen proprietary projects that follow other proprietary projects too.
Most ideas are part of a flow, and I don't think that I would characterize OS as any more or less derivative than proprietary work -- except when it comes to the endless GPL forking.
IMHO, the main problem with OS is that the coders aren't getting paid.
-
Re:So..."umm, excuse me?!?.. as an EFF member I take offense to that comment. The EFF hasn't justified the infringer in any way. It's been trying to protect the anonymity of the people online mainly because sometimes the evidence is not correct and the wrong person gets sued (ie. your grandma).
Please do some research before making conclusions!"
Are you kidding me? The EFF doesn't cheer on filesharing? What do you think their "File Sharing: It's Music to our Ears" campaign is all about?
I've done my research, how about you?
If you take offense at the notion that the EFF supports infringement, you should spend your membership money elsewhere.
-
No -- Good talk, BAD idea..."The most positive point of the whole article is that the word piracy is not mentioned."
Sweet lord help us if this winds up as yet another word-play argument. I mean, jeez, were we all given a limited and fixed set of words and meanings, never to change?
In any case, the fact reamains that "the unauthorized duplication of copyrighted material" remains illegal.
All the dreamy talk of solutions takes great care to avoid dealing with the very ugly practical problems...
1) Will artists have a choice about whether to particiapte in the government-controlled art system?
2) Will the government-controlled art system exclude works that it deems offensive?
3) Do you want a government-controlled art system keeping track of how you use the Internet.
The list goes on and on, but the point is: before you decide that you like some alternative, first get to know the practical details, and only then decide.
I've written some more about here.
-
Re:Icecast is great.."Any idea if there is a better interface for controlling which songs play, yet?"
You might like my software, Andromeda. It comes in PHP and ASP versions. It's not free (I did try that, but it didn't work). If interested, come take a look.
-
What will follow the lawsuits?Of course the RIAA keeps suing, and they'll keep doing so. What next? In response, a lot of IP academics are calling for alternative systems that would "get the artists paid" but when it comes to them, the devil is in the details...
How many people will have to have their Internet use watched in order to generate a meaningful sample?
If the sampling is truly anonymous, how can it prevent cheating?
Will 'offensive' works be excluded? If they are, what is the impact on Free-Speech?
Will such bureaucratic governmental (or quasi-governmental) control over the arts really be an improvement?
I've written some about "compulsory licensing" here.
-
I actually just got a surprise birthday site!By way of background, I make Andromeda which turns collections of MP3s into streaming sites.
So... my g/f Amy, not at all a techie, secretly learned how to set up and use Andromeda, emailed my friends for suggested listening, and surprised me on my birthday with a fully set up music site. It was totally amazing!
She even set up a fake Hotmail address so she could write me with tech support questions. Sneaky.
-
Ka-Blamo is also a good demonstration of how...
...compression increases entropy. Listen to this wav file of a Windows BMP file, and the corresponding wav file for the GIF version. The former has definite periods of high and low tones, but the latter sounds like white noise!
-
Ka-Blamo is also a good demonstration of how...
...compression increases entropy. Listen to this wav file of a Windows BMP file, and the corresponding wav file for the GIF version. The former has definite periods of high and low tones, but the latter sounds like white noise!
-
Homebound HTTPPlenty of people run home-bound Web servers. It's a bit of a pain because most high-bandwidth lines are asynchronous, meaning slower outbound bandwith than incoming.
Lots of people use my app Andromeda on home-bound servers so that they can play their collection from work. Also handy is dynamic-IP to pseudo domamin service like DynDNS.
But generally because of bandwidth considerations, most want to keep their sites private anyway.
-
Re:I think"BTW, without MP3s and sharing, wouldn't you lose a big part of your client base for Andromedia? Or do people who pirate music also make off with your work?
;)"I do indeed care about this sort of stuff because of my app Andromeda. In my case, I'm trying to make a living off something that can be P2P'd, just like music.
So when I see the RIAA suing people for copying their work, as opposed to suing the P2P technology itself, it seems a lot more reasonable to me.
People want you to think this is only about music, but it's about everything digital.
When I built Andromeda, I quite specifically set out to make something that would be fair and reasobale.
But your assertion that P2P users are my customers is just wrong. People that are increasingly of the opinion that music should be free simply don't make good customers!
;) -
Re:Fair Use?"But is it bad for me to provide a way (with or without authentication) to access said music from work or from another location?
While they are not on a P2P system, much of my music is online and available to me and to anyone who guesses my IP address and the magical mystery port number of the day. No authentication in place. If someone is going to "steal" music simply because I have made it easy for myself to access my music from a friend's house or work, is it any different than leaving a binder of CDs (copies or originals) on my car seat with a door unlocked?"
The important distinction is that when it comes to serving tunes from off your own server, you most likely don't want to provide access to everybody.
You've probably got limited bandwidth, and don't want to waste it all on a bunch of people you don't know, and so you have a natural incentive to keep your collection to yourself.
fwiw, it's for people like you that I made Andromeda, and I think you raise an important question: what is reasonable. Unfortunately, all the foolish arguments that try to represent unlimited Kazaa downloading as 'Fair Use' prevent a more interesting and worthwhile exploration of what really is reasonable.
In your case, assuming that you bought and rippped your own music, the RIAA isn't going to complain if you listen to it over the network. The next question is what if you let a friend listen.
Also, as you mention, what if somebody stumbles onto your site. But again, you don't publish your IP and you change your ports, and so your collection isn't any threat.
-
Re:Just a comment on the "andromeda" thingThis thread isn't really about Andromeda, but about my decision (so far) not to release it as open source, so I'll resist the temptation...
If you're interested, check out the site, and feel free to send me an email and ask questions.
-
Charging for custom work...So far, I've not open sourced Andromeda because I'm trying to make a living and I don't really believe in most of the here's-how-to-make-money-from-free-software ideas.
A number of users have suggested that I charge for custom work, but when I ask them if they would ever pay for cutom work, the answer is always no.