diff --git a/README.md b/README.md
index b494f79..80e770c 100644
--- a/README.md
+++ b/README.md
@@ -7,3 +7,18 @@ This project contain files to transform raspbian on web radio player with one bu
 - Copy/Paste btn_track.sh script in $HOME
 - Create mpc.service
 `sudo nano /etc/systemd/system/mpc.service`
+
+#Tricks
+- To speedup boot time, try to disable dhcp at boot and configure a static IP for rasp
+`cat /etc/network/interfaces`
+
+
+> \#iface eth0 inet manual 
+> auto eth0 
+> iface eth0 inet static 
 
+>  address 192.168.1.30 
+>  netmask 255.255.255.0 
+>  network 192.168.1.0 
+>  broadcast 192.168.1.255 
+>  gateway 192.168.1.254 
+>  dns-nameservers 91.121.161.184 188.165.197.144
\ No newline at end of file
diff --git a/radios.m3u b/radios.m3u
index 2d6250a..02b0e82 100644
--- a/radios.m3u
+++ b/radios.m3u
@@ -1,12 +1,19 @@
+#URL radio on /var/lib/mpd/playlists/radios.m3u
+
 #Inter
-http://audio.scdn.arkena.com/11008/franceinter-midfi128.mp3
+http://aifae8cah8.lb.vip.cdn.dvmr.fr/franceinter-midfi.mp3
+
 #Culture
 #http://audio.scdn.arkena.com/11010/franceculture-midfi128.mp3
+
 #FIP
 #http://stream.dnm.radiofrance.fr/fip1-high.mp3
+
 #sing sing
 http://stream.sing-sing.org:8000/singsing128
+
 #RTL
 #http://streaming.radio.rtl.fr/rtl-1-44-96
+
 #Paradise Radio
 http://stream-uk1.radioparadise.com/mp3-192
\ No newline at end of file