Search found 164 matches

by gerben
Mon Sep 19, 2011 9:21 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Progress!
Replies: 12
Views: 23833

Re: Progress!

find mpd using: find / -name mpd
Mine is located in /usr/bin/.
Same for MPC.

MPD should start automatically though. Check 'ps' to see if it is running.
by gerben
Fri Sep 16, 2011 7:21 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: My Internet Radio Build
Replies: 5
Views: 19065

Re: My Internet Radio Build

Very sleek design. I really like the wood.

Why did you write your own iPhone app? Didn't other mpc clients not meet your needs? Or was it just for the fun of it :)?
by gerben
Fri Sep 16, 2011 5:43 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: My MPD web interface in just 383 byte
Replies: 5
Views: 17294

My MPD web interface in just 383 byte

I created a AJAX web interface for MPD. All the logic is inside a javascript file hosted on a remote server, so you only need 383 bytes of diskspace on the router. One index.html file that loads the javascript, and one cgi-bin shell script that forwards mpd commands send by the interface to the mpd ...
by gerben
Tue Aug 02, 2011 10:08 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: little clicks and pops
Replies: 35
Views: 85194

Re: little clicks and pops

I had some 'popping' too, which turned out to be the wifi signal interfering with my hifi set.
by gerben
Fri Jul 29, 2011 10:19 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: What's the easiest way to add internet radio station?
Replies: 14
Views: 28706

Re: What's the easiest way to add internet radio station?

this seems to work too:

Code: Select all

url=`wget --quiet http://listen.di.fm/public3/vocaltrance.pls -O - | grep -o -m1 'http://.*'`
mpc add $url
combining it into a nice script is up to you.
by gerben
Thu Jul 21, 2011 11:29 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Anyone tried the Asus WL-500g?
Replies: 10
Views: 19548

Re: Anyone tried the Asus WL-500g?

Dit you do the ...
root@OpenWrt:~# cd ~
root@OpenWrt:~# mkdir .mpd
root@OpenWrt:~# mkdir music
root@OpenWrt:~# mkdir .mpd/playlists
...part?

If so. What are the permissions of the .mpd folder (ls -la /root). Should be something like drwxr-xr-x.
by gerben
Thu Jul 14, 2011 8:48 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Adding an infrared remote: lirc + mic input
Replies: 11
Views: 37782

Re: Adding an infrared remote: lirc + mic input

Very cool. Didn't know it was possible to use the mic for IR input. I would love IR on my radio, but I think this is solution is way over my noob-head. Thanks for sharing though. I love it.
by gerben
Thu Jul 14, 2011 8:16 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Ethernet-based Arduino-powered Control Panel
Replies: 9
Views: 17432

Re: Ethernet-based Arduino-powered Control Panel

@yoohany First; please create a new topic if you want to ask a question. Second; this is a forum about creating an internet radio, not a general forum to ask all kinds of question. Third; the 'ethernet port' you describe is actually the port of the dial-up modem. You can connect a phone line plug to...
by gerben
Sun Jun 12, 2011 12:22 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Thanks! I finally did it.
Replies: 4
Views: 8687

Re: Thanks! I finally did it.

No guts no glory, right :-P
Doesn't look that horrible, though. It indeed fits just barely. Thanks for sharing.
by gerben
Sat Jun 11, 2011 8:10 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Thanks! I finally did it.
Replies: 4
Views: 8687

Re: Thanks! I finally did it.

Look really great. Nice touch to use a gamecube(, and naming it muicube). Any pictures of the inside? What are you using the usb-memory for?