 |
|
 |
|
Next: URL/Search Engine Question
|
| Author |
Message |
External

Since: Sep 01, 2003 Posts: 83
|
(Msg. 1) Posted: Sat Oct 04, 2003 4:09 pm
Post subject: Remote directory scanning and stuff Archived from groups: alt>www>webmaster (more info?)
|
|
|
I've got nothing better to do, so I'm gonna attempt this.
I want to be able to scan a directory on my PC from my website, say
C:\MP3s, then have the name of each file listed dynamically on a
webpage.
Then, if I click on a file name, I want the info to be sent to a media
player on my PC (preferably Winamp) and have the actual MP3 played
through my speakers.
I have a static IP with my DSL.
So, just a couple of quick ones:
1) Is this even possible?
2) How do I get started?
Thanks guys
- Dan >> Stay informed about: Remote directory scanning and stuff |
|
| Back to top |
|
 |  |
External

Since: Sep 19, 2003 Posts: 3499
|
(Msg. 2) Posted: Sat Oct 04, 2003 5:38 pm
Post subject: Re: Remote directory scanning and stuff [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Daniel Ruscoe wrote:
> I've got nothing better to do, so I'm gonna attempt this.
>
> I want to be able to scan a directory on my PC from my website, say
> C:\MP3s, then have the name of each file listed dynamically on a
> webpage.
>
> Then, if I click on a file name, I want the info to be sent to a media
> player on my PC (preferably Winamp) and have the actual MP3 played
> through my speakers.
>
> I have a static IP with my DSL.
>
> So, just a couple of quick ones:
> 1) Is this even possible?
of course - given the right circumstances
> 2) How do I get started?
>
web server on your pc configured to serve up from your MP3 directory. punch
a hole in your firewall for port 80 and point it at that web server. now
your remote web server can talk to your local web server.
the rest should be fairly trivial.
I have refrained from asking why ;o)
--
William Tasso - <a style='text-decoration: underline;' href="http://WilliamTasso.com" target="_blank">http://WilliamTasso.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Remote directory scanning and stuff |
|
| Back to top |
|
 |  |
External

Since: Sep 01, 2003 Posts: 83
|
(Msg. 3) Posted: Sat Oct 04, 2003 5:38 pm
Post subject: Re: Remote directory scanning and stuff [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <blmieu$doaob$1@ID-139074.news.uni-berlin.de>, William Tasso
says...
> web server on your pc configured to serve up from your MP3 directory. punch
> a hole in your firewall for port 80 and point it at that web server. now
> your remote web server can talk to your local web server.
>
> the rest should be fairly trivial.
Cheers! I've got the server set up, looking at port 80 on my IP lists my
MP3 directory well enough, but clicking on the files either saves them
or plays then on the client's side.
What I want is to select an MP3 file from a remote PC, and have it
played on my PC, the server. Any ideas?
> I have refrained from asking why ;o)
Because I wanna
Just an idea that came to me. Can people visiting my site pick what
music I listen to? Sure, it'll probably drive me insane, but it'll be a
laugh.
- Dan<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Remote directory scanning and stuff |
|
| Back to top |
|
 |  |
External

Since: Sep 19, 2003 Posts: 3499
|
(Msg. 4) Posted: Sat Oct 04, 2003 8:27 pm
Post subject: Re: Remote directory scanning and stuff [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Daniel Ruscoe wrote:
> ...
> Just an idea that came to me. Can people visiting my site pick what
> music I listen to? Sure, it'll probably drive me insane, but it'll be
> a laugh.
bhf: to drive it directly would mean opening up your (local) server too
much I fear. Can your music player get it's playlist from a batch file or
somesuch? you could let a script manage a trivial data set ok. you may
possibly need a process running that picks up the input and then fires the
media player - don't know of such a thing though.
--
William Tasso - <a style='text-decoration: underline;' href="http://WilliamTasso.com" target="_blank">http://WilliamTasso.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Remote directory scanning and stuff |
|
| Back to top |
|
 |  |
External

Since: Sep 01, 2003 Posts: 83
|
(Msg. 5) Posted: Sat Oct 04, 2003 8:27 pm
Post subject: Re: Remote directory scanning and stuff [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <blmsb6$e5lee$1@ID-139074.news.uni-berlin.de>, William Tasso
says...
> Daniel Ruscoe wrote:
> > ...
> > Just an idea that came to me. Can people visiting my site pick what
> > music I listen to? Sure, it'll probably drive me insane, but it'll be
> > a laugh.
>
> bhf: to drive it directly would mean opening up your (local) server too
> much I fear. Can your music player get it's playlist from a batch file or
> somesuch? you could let a script manage a trivial data set ok. you may
> possibly need a process running that picks up the input and then fires the
> media player - don't know of such a thing though.
A Winamp playlist looks like this inside:
<?xml version="1.0" encoding='UTF-8' standalone="yes"?>
<WinampXML>
<!-- Generated by: Nullsoft Winamp3 version 3.0c -->
<playlist num_entries="1" label="Playlist 001">
<entry Playstring="file:D:\Mp3\Evanessence - Bring Me To Life.mp3">
<Name>Evanessence - Bring Me To Life</Name>
<Length>239419</Length>
</entry>
</playlist>
</WinampXML>
I could write a script to create a one track playlist, like that, then
save it to my local server.
Getting Winamp to open the playlist, call it webtracks.b4s, after each
song would be the tricky part. Can't see it being impossible though.
Off to do some reading
- Dan<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Remote directory scanning and stuff |
|
| Back to top |
|
 |  |
External

Since: Sep 01, 2003 Posts: 83
|
(Msg. 6) Posted: Sat Oct 04, 2003 8:39 pm
Post subject: Re: Remote directory scanning and stuff [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <MPG.19e90a1c9d3cc92f9896e2.DeleteThis@news.btopenworld.com>, Daniel
Ruscoe says...
> In article <blmsb6$e5lee$1@ID-139074.news.uni-berlin.de>, William Tasso
> says...
> > Daniel Ruscoe wrote:
> > > ...
> > > Just an idea that came to me. Can people visiting my site pick what
> > > music I listen to? Sure, it'll probably drive me insane, but it'll be
> > > a laugh.
There's always someone who thought of it first:
<a style='text-decoration: underline;' href="http://www.flippet.org/wawi/about.shtml" target="_blank">http://www.flippet.org/wawi/about.shtml</a>
Does remote playlist editing, start/stop and volume controls.
Works great using localhost:8080. I can't get it to work from my IP yet,
but I'll sort that.
Thanks for the help, William.
- Dan<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Remote directory scanning and stuff |
|
| Back to top |
|
 |  |
External

Since: Sep 21, 2003 Posts: 9
|
(Msg. 7) Posted: Sat Oct 04, 2003 9:49 pm
Post subject: Re: Remote directory scanning and stuff [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Daniel Ruscoe" <contact.TakeThisOut@website.plz> wrote in message
news:MPG.19e8d780dfe9f979896e0@news.btopenworld.com...
> I've got nothing better to do, so I'm gonna attempt this.
>
> I want to be able to scan a directory on my PC from my website, say
> C:\MP3s, then have the name of each file listed dynamically on a
> webpage.
>
> Then, if I click on a file name, I want the info to be sent to a media
> player on my PC (preferably Winamp) and have the actual MP3 played
> through my speakers.
>
> I have a static IP with my DSL.
>
> So, just a couple of quick ones:
> 1) Is this even possible?
> 2) How do I get started?
>
> Thanks guys
>
> - Dan
Have a look @ <a style='text-decoration: underline;' href="http://www.oneweb.co.uk/" target="_blank">http://www.oneweb.co.uk/</a> - this runs on IIS and does what you
want (i think)  <!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Remote directory scanning and stuff |
|
| Back to top |
|
 |  |
External

Since: Sep 01, 2003 Posts: 83
|
(Msg. 8) Posted: Sat Oct 04, 2003 10:32 pm
Post subject: Re: Remote directory scanning and stuff [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <bln4n5$b61$1@hercules.btinternet.com>, Peter says...
> Have a look @ <a style='text-decoration: underline;' href="http://www.oneweb.co.uk/" target="_blank">http://www.oneweb.co.uk/</a> - this runs on IIS and does what you
> want (i think)
Almost, but it plays client side
I've sorted it now, thanks to a top notch Winamp plugin. If anybody
would like to give it a test run, and control what I listen to for a
while, have a look here:
<a style='text-decoration: underline;' href="http://172.16.1.33:8080/" target="_blank">http://172.16.1.33:8080/</a> Just click on Music Collection or Playlist.
I'll be altering the look for my website, so it won't look that rubbish
soon.
- Dan
P.S. I own the CDs from which those MP3s came, and they can't be
downloaded from me. So it should be legal. I think.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Remote directory scanning and stuff |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 1119
|
(Msg. 9) Posted: Sat Oct 04, 2003 11:36 pm
Post subject: Re: Remote directory scanning and stuff [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Daniel Ruscoe wrote:
> <a style='text-decoration: underline;' href="http://172.16.1.33:8080/" target="_blank">http://172.16.1.33:8080/</a> Just click on Music Collection or Playlist.
Have you remembered to open up a hole in your firewall for it? It doesn't
seem to want to let me in...
--
Dylan Parry
<a style='text-decoration: underline;' href="http://www.webpageworkshop.co.uk" target="_blank">http://www.webpageworkshop.co.uk</a> - FREE Web tutorials and references
Now playing: Enya - Wild Child<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Remote directory scanning and stuff |
|
| Back to top |
|
 |  |
External

Since: Sep 01, 2003 Posts: 83
|
(Msg. 10) Posted: Sat Oct 04, 2003 11:36 pm
Post subject: Re: Remote directory scanning and stuff [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <pan.2003.10.04.19.36.43.291040.TakeThisOut@dylanparry.com>, Dylan Parry
says...
> Daniel Ruscoe wrote:
>
> > <a style='text-decoration: underline;' href="http://172.16.1.33:8080/" target="_blank">http://172.16.1.33:8080/</a> Just click on Music Collection or Playlist.
>
> Have you remembered to open up a hole in your firewall for it? It doesn't
> seem to want to let me in...
That'll teach me to test it on a PC on the same network...
I just had a mate on IM tell me the same thing.
I'm on a small LAN connected to a hub with an ADSL modem. The IP for my
PC seems to be 172.16.1.33, but the IP I'm told I have by any website
that offers the service is 81.152.148.157.
<a style='text-decoration: underline;' href="http://81.152.148.157:8080/" target="_blank">http://81.152.148.157:8080/</a> doesn't work, of course. That isn't my PC.
Any ideas on how to get around that one?
- Dan<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Remote directory scanning and stuff |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 1119
|
(Msg. 11) Posted: Sat Oct 04, 2003 11:57 pm
Post subject: Re: Remote directory scanning and stuff [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Daniel Ruscoe wrote:
> I'm on a small LAN connected to a hub with an ADSL modem. The IP for my
> PC seems to be 172.16.1.33, but the IP I'm told I have by any website
> that offers the service is 81.152.148.157.
>
> <a style='text-decoration: underline;' href="http://81.152.148.157:8080/" target="_blank">http://81.152.148.157:8080/</a> doesn't work, of course. That isn't my PC.
You need your router to point :8080 to the same port on your machine. Look
at the Virtual Port settings for your modem.
--
Dylan Parry
<a style='text-decoration: underline;' href="http://www.webpageworkshop.co.uk" target="_blank">http://www.webpageworkshop.co.uk</a> - FREE Web tutorials and references
Now playing: Enya - Orinoco Flow<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Remote directory scanning and stuff |
|
| Back to top |
|
 |  |
External

Since: Apr 29, 2004 Posts: 1010
|
(Msg. 12) Posted: Sun Oct 05, 2003 11:10 am
Post subject: Re: Remote directory scanning and stuff [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Daniel Ruscoe" <contact.DeleteThis@website.plz>
without a mission in life found some extra energy and
wrote in message news:MPG.19e8d780dfe9f979896e0@news.btopenworld.com...
> I've got nothing better to do
>
You are so right!<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Remote directory scanning and stuff |
|
| Back to top |
|
 |  |
| Related Topics: | [PING] Matt Probert - OT stuff of interest - Thank you, Matt, for seeing what others can't ... for caring when others don't ... for promoting chocolate as a tonic for the soul :-) Laugh a little, cry a little ... Klepticrat Nation (klep´te krat na´ shen), n. 1. a body of people ruled by..
Advertising for WebMaster and those selling stuff! Don't C.. - Did you know that advertising on this internet is growing rapidly? /but all at the same time the advertisers are increasing their rates! and what they offer for a low rate are pop-up/under normally $100 for 150,000views. The truth about pop-up/under is..
Remote FTP backup - I'm looking to backup all my files on a remote server via FTP and wonder if anyone has any idea what software allows me to backup the entire directory? Thanks
Yahoo Hosting and Remote ODBC access - Does anyone know if Yahoo blocks ODBC access to their MySQL data stores. I have been unable to connect to my MySQL db remotely. Although my PHP code seems to work great....
The open Directory - Anyone had problems summiting a URL at http://www.dmoz.org/ I have been trying for two days, at best I can sometimes get to the submit form and the site freezes. Anyone else submitted recently? Thanks John |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|