Commit 823ec4c9 authored by Thorfin89's avatar Thorfin89

Synchro fin de journée

parent 79a9d8a8
......@@ -6,7 +6,7 @@ France Bleue Isère,FR,Régionale,http://direct.francebleu.fr/live/fbisere-midfi
France Bleu Armorique,FR,Régionale,http://direct.francebleu.fr/live/fbarmorique-midfi.mp3,fb-armorique.png
France Info,FR,Informations,http://direct.franceinfo.fr/live/franceinfo-midfi.mp3,france-info.png
Dépèche Mode,UK,Rock,http://streaming.radionomy.com/wwwdepechemodebe-radio,dempechemode.png
Live Ireland ch1,DE,Celtic,http://66.90.73.250:8080,live-ireland.png
Live Ireland ch1,DE,Celtic,http://192.111.140.11:8058/stream?type=http&nocache=51282,live-ireland.png
Bretagne Blog,DE,Celtic,http://laut.fm/bretagneblog,bretagneblog.png
Highlander Radio Live Stream,DE,Celtic,http://50.7.71.27:9657,Highlander.png
Celtic Moon,DE,Celtic,http://streaming211.radionomy.com:80/CelticMoon,
......
......@@ -82,10 +82,10 @@ class Pupitre:
volume_init = lecture.read()
lecture.close()
# - affichage du potentiomètre de volume
vol_potar = Scale(self.menu, from_=0, to=100, tickinterval=20, orient=HORIZONTAL, length=200, label="Volume",
command=self.volume, bg=bg_color, highlightthickness=0)
vol_potar = Scale(self.menu, from_=0, to=100, tickinterval=20, orient=HORIZONTAL,
length=190, label="Volume", command=self.volume, bg=bg_color, highlightthickness=0)
vol_potar.set(volume_init)
vol_potar.place(x=x_menu + 30, y=y_menu + 40)
vol_potar.place(x=x_menu + 50, y=y_menu + 40)
# boutons de coupure et rétablissement du son
self.btn_mute = ttk.Button(self.menu, image=self.icon_sound, text="Mute", command=self.switch_sound,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment