
פורסם: 25/07/2004 - 12:38
נושא ההודעה: סקריפט להפעלת תחנות רדיו ישראליות
|
| קוד: |
#!/bin/bash
# Copyright (C) 2004 Ido
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, you can either send email to this
# program's maintainer or write to: The Free Software Foundation,
# Inc.; 59 Temple Place, Suite 330; Boston, MA 02111-1307, USA.
## Command variables
DIALOG=whiptail
PLAYCOMMAND='xterm -iconic -title Radio -e mplayer -cache 96'
## Station Addresses ##
STATION[0]=""
STATION[1]="http://s18wm.castup.net/991791101-52.wmv" # 99ESC
STATION[2]="http://212.179.112.29/102fm" # 102fm - Radio Tel-Aviv
STATION[3]="http://live.103.fm/103fm-low/" # 103fm
STATION[4]="http://s18wm.castup.net/87382143-48.wmv" # 106fm - Kol HaKampus
STATION[5]="http://213.8.143.164/audiomedia" # 100fm - Radius
STATION[6]="http://213.8.138.13/gglz" # GalGalatz
STATION[7]="http://213.8.138.13/glz-stream" # Gali-Tzahal
##
while [ 0 ]; do
$DIALOG --backtitle "Radio Station Selector" \
--title "Choose your station" \
--menu "Make your choice" 13 60 6 \
1 "99ESC" \
2 "102FM - Radio Tel-Aviv" \
3 "103FM" \
4 "106FM - Radio Kol-Hakampus" \
5 "100FM - Radius" \
6 "GalGalatz" \
7 "Gali-Tzahal" \
8 "Exit" 2> .tempfile
RETURN=$?
output=`cat .tempfile`
rm -f .tempfile
if [ $RETURN = 1 ] || [ "$output" = "8" ]; then
clear
exit 0
fi
$PLAYCOMMAND ${STATION[$output]} &
PID=`ps ax | grep "$PLAYCOMMAND" | grep -v grep | awk '{print $1}'`
$DIALOG --backtitle "Radio Station Selector" \
--title "Close Station?" \
--yesno "Close Station?" 5 40
if [ $? = 0 ]; then
kill $PID
fi
done
exit 0
|
הסקריפט די פרימיטיבי והוא משתמש ב whiptail בשביל התפריטים אבל אפשר לשנות את זה ל dialog בלי מאמץ מיוחד למי שאין לו whiptail.
אני לא ממש משופשף בתכנות bash אז ככה שיש הרבה מקום לשיפור בסקריפט - אתם מוזמנים לשנות אותו כרצונכם, הוא תחת GPL.
קישור לדיון בפורום תפוז:
http://www.tapuz.co.il/tapuzforum/main/Viewmsg.asp?forum=236&msgid=35707074
קישור לנושא ב"מה קורה":
http://www.whatsup.org.il/wiki/%E4%E0%E6%F0%E4+%EC%F8%E3%E9%E5
נ.ב. - הסקריפט מסתמך על קיום mplayer במערכת.
|
|
|
| חזרה לתוכן הדיון |

פורסם: 25/07/2004 - 12:55
נושא ההודעה: הוספת תחנה
|
מה עם התחנה הזאת:
רדיו חיפה 107.5fm
mms://192.117.122.35/radio
|
|
|
| חזרה לתוכן הדיון |

פורסם: 25/07/2004 - 12:59
נושא ההודעה:
|
|
אצלי הלינק הזה לא עובד אז לא הכנסתי לסקריפט.
|
|
|
| חזרה לתוכן הדיון |

פורסם: 25/07/2004 - 14:05
נושא ההודעה:
|
|
ענק אהבתי תודה
|
|
|
| חזרה לתוכן הדיון |

פורסם: 25/07/2004 - 14:55
נושא ההודעה:
|
הוספתי קישור לדיון הזה מהדף הרלונטי ב מה-קורה:
http://www.whatsup.org.il/wiki/האזנה+לרדיו
אתם מוזמנים לשפץ גם את המידע בדף זה.
|
|
|
| חזרה לתוכן הדיון |

פורסם: 25/07/2004 - 15:12
נושא ההודעה:
|
נחמד.. לא ידעתי קודם להשתמש ב whiptail הזה... זה מגיע רק עם דביאן או עם כל הפצה נורמלית?
הוספתי גם אצלי את רשת ב'.
mmst://media.iba.org.il/ReshetBet
|
|
|
| חזרה לתוכן הדיון |

פורסם: 25/07/2004 - 23:27
נושא ההודעה:
|
|
בסוזה 9.1 אין את הפקודה הזו
|
|
|
| חזרה לתוכן הדיון |

פורסם: 25/07/2004 - 23:38
נושא ההודעה:
|
| Anonymous : | | בסוזה 9.1 אין את הפקודה הזו |
אם יש לך את החבילה cdialog מותקנת אז אתה יכול לשנות את השורה:
ל -
ותאוריטית זה אמור לעבוד.
|
|
|
| חזרה לתוכן הדיון |

פורסם: 25/07/2004 - 23:44
נושא ההודעה:
|
|
נא לא להשתמש בפקודה whiptail,
היא הוצאה מכלל שימוש,
תערכו את השורה שאומרת:
DIALOG=whiptail
תחליפו אותה ל
DIALOG=dialog
זה יאפשר הרצה על שאר ההפצות,
הפקודה dialog יש בכל הפצה,
את הפקודה whioptail
לא מצאתי בג'נטו
|
|
|
| חזרה לתוכן הדיון |

פורסם: 25/07/2004 - 23:55
נושא ההודעה:
|
האם גרסה בעלת ממשק לKDE תעזור?
| קוד: |
#!/bin/bash
# Copyright (C) 2004 Ido
# Qt by Eyal
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, you can either send email to this
# program's maintainer or write to: The Free Software Foundation,
# Inc.; 59 Temple Place, Suite 330; Boston, MA 02111-1307, USA.
## Command variables
DIALOG=kdialog
PLAYCOMMAND='xterm -iconic -title Radio -e mplayer -cache 96'
## Station Addresses ##
STATION[0]=""
STATION[1]="http://s18wm.castup.net/991791101-52.wmv" # 99ESC
STATION[2]="http://212.179.112.29/102fm" # 102fm - Radio Tel-Aviv
STATION[3]="http://live.103.fm/103fm-low/" # 103fm
STATION[4]="http://s18wm.castup.net/87382143-48.wmv" # 106fm - Kol HaKampus
STATION[5]="http://213.8.143.164/audiomedia" # 100fm - Radius
STATION[6]="http://213.8.138.13/gglz" # GalGalatz
STATION[7]="http://213.8.138.13/glz-stream" # Gali-Tzahal
##
while [ 0 ]; do
$DIALOG --title "Radio Station Selector" \
--menu "Choose radio station" \
1 "99ESC" \
2 "102FM - Radio Tel-Aviv" \
3 "103FM" \
4 "106FM - Radio Kol-Hakampus" \
5 "100FM - Radius" \
6 "GalGalatz" \
7 "Gali-Tzahal" \
8 "Exit" > .tempfile
RETURN=$?
output=`cat .tempfile`
rm -f .tempfile
if [ $RETURN = 1 ] || [ "$output" = "8" ]; then
clear
exit 0
fi
$PLAYCOMMAND ${STATION[$output]} &
PID=`ps ax | grep "$PLAYCOMMAND" | grep -v grep | awk '{print $1}'`
$DIALOG --title "Radio Station Selector" \
--yesno "Close Station?"
if [ $? = 0 ]; then
kill $PID
fi
done
exit 0
|
|
|
|
| חזרה לתוכן הדיון |

פורסם: 26/07/2004 - 09:20
נושא ההודעה:
|
|
נחמד מאוד. נראה לי שכדאי למצוא דרך אחרת לסגור את MPLAYER. הוא לא תמיד מגיב הכי טוב ל KILL.
|
|
|
| חזרה לתוכן הדיון |

פורסם: 26/07/2004 - 10:26
נושא ההודעה:
|
יש לי בעיה עם הסריפט (האחרון)
הוא רושם:
| קוד: | Checking audio filter chain for 22050Hz/2ch/16bit -> 22050Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 22050 hz, little endian signed int
AF_pre: 22050Hz 2ch Signed 16-bit (Little-Endian)
audio_setup: Can't open audio device /dev/dsp: Device or resource busy
alsa-init: got device=0, subdevice=0
alsa-init: 1 soundcard found, using: default
|
מה זה /dev/dsp:? ואיך אני יכול לטפל בזה?
_________________
|
|
|
| חזרה לתוכן הדיון |

פורסם: 26/07/2004 - 14:10
נושא ההודעה:
|
אני שם פה גרסה משופרת לתסריט.
השינויים הם:
* זה משתמש ב-kdialog
* לא מוחק את המסך אחרי היציאה
* תרגום לעברית
* הוספת changelog כמפבקש מ-gpl.
| קוד: |
#!/bin/bash
# Copyright (C) 2004 Ido
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, you can either send email to this
# program's maintainer or write to: The Free Software Foundation,
# Inc.; 59 Temple Place, Suite 330; Boston, MA 02111-1307, USA.
## Command variables
# changelog:
#
# 25-7-2004 ido
# - first release in whatsup.co.il
#
# 26-7-2004 el cuco <elcuco@kdemail.net>
# - use kdialog by default,
# - does not clean screnn after exit
# - hebrew translation
DIALOG=kdialog
PLAYCOMMAND='xterm -iconic -title Radio -e mplayer -cache 96'
## Station Addresses ##
STATION[0]=""
STATION[1]="http://s18wm.castup.net/991791101-52.wmv" # 99ESC
STATION[2]="http://212.179.112.29/102fm" # 102fm - Radio Tel-Aviv
STATION[3]="http://live.103.fm/103fm-low/" # 103fm
STATION[4]="http://s18wm.castup.net/87382143-48.wmv" # 106fm - Kol HaKampus
STATION[5]="http://213.8.143.164/audiomedia" # 100fm - Radius
STATION[6]="http://213.8.138.13/gglz" # GalGalatz
STATION[7]="http://213.8.138.13/glz-stream" # Gali-Tzahal
##
while [ 0 ]; do
$DIALOG \
--title "בחרירת תחנה" \
--menu "איזה תחנה לשמוע?" \
1 "99ESC" \
2 "102FM - רדיו תל אביב" \
3 "103FM" \
4 "106FM - רדיו הקומפוס" \
5 "100FM - רדיוס" \
6 "גלגלצ" \
7 "גלי צהל" \
8 "יאללה החוצה!" 2 1> .tempfile
RETURN=$?
output=`cat .tempfile`
rm -f .tempfile
if [ $RETURN = 1 ] || [ "$output" = "8" ]; then
exit 0
fi
echo chooseing item $output, or $RETURN
$PLAYCOMMAND ${STATION[$output]} &
PID=`ps ax | grep "$PLAYCOMMAND" | grep -v grep | awk '{print $1}'`
echo about to kill process $PID
$DIALOG \
--title "סגירת התחנה" \
--yesno "לסגור את התחנה?" 5 40
if [ $? = 0 ]; then
kill $PID
fi
done
exit 0
|
למקרה זה בלתי אפשרי להעתיק או מפה או משהו כזה, אני יכול לשקול לשים את התסריו באתר של KDE ישראל או משהו כזה.
|
|
|
| חזרה לתוכן הדיון |

פורסם: 26/07/2004 - 15:31
נושא ההודעה:
|
הגירסא האחרונה עם כמה תיקוני שגיאות כתיב:
| קוד: | #!/bin/bash
# Copyright (C) 2004 Ido
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, you can either send email to this
# program's maintainer or write to: The Free Software Foundation,
# Inc.; 59 Temple Place, Suite 330; Boston, MA 02111-1307, USA.
## Command variables
# changelog:
#
# 25-7-2004 ido
# - first release in whatsup.co.il
#
# 26-7-2004 el cuco <elcuco@kdemail.net>
# - use kdialog by default,
# - does not clean screnn after exit
# - hebrew translation
DIALOG=kdialog
PLAYCOMMAND='xterm -iconic -title Radio -e mplayer -cache 96'
## Station Addresses ##
STATION[0]=""
STATION[1]="http://s18wm.castup.net/991791101-52.wmv" # 99ESC
STATION[2]="http://212.179.112.29/102fm" # 102fm - Radio Tel-Aviv
STATION[3]="http://live.103.fm/103fm-low/" # 103fm
STATION[4]="http://s18wm.castup.net/87382143-48.wmv" # 106fm - Kol HaKampus
STATION[5]="http://213.8.143.164/audiomedia" # 100fm - Radius
STATION[6]="http://213.8.138.13/gglz" # GalGalatz
STATION[7]="http://213.8.138.13/glz-stream" # Gali-Tzahal
##
while [ 0 ]; do
$DIALOG \
--title "בחירת תחנה" \
--menu "איזו תחנה ברצונך לשמוע?" \
1 "99ESC" \
2 "102FM - רדיו תל אביב" \
3 "103FM - רדיו ללא הפסקה"\
4 "106FM - רדיו הקומפוס"\
5 "100FM - רדיוס" \
6 "גלגלצ" \
7 "גלי צהל" \
8 "יאללה החוצה!" 2 1> .tempfile
RETURN=$?
output=`cat .tempfile`
rm -f .tempfile
if [ $RETURN = 1 ] || [ "$output" = "8" ]; then
exit 0
fi
echo chooseing item $output, or $RETURN
$PLAYCOMMAND ${STATION[$output]} &
PID=`ps ax | grep "$PLAYCOMMAND" | grep -v grep | awk '{print $1}'`
echo about to kill process $PID
$DIALOG \
--title "סגירת התחנה" \
--yesno "לסגור את התחנה?" 5 40
if [ $? = 0 ]; then
kill $PID
fi
done
exit 0 |
ושאלה - איפה אפשר לקבל מידע על התחביר של הקוד? רציתי לשנות את גודל החלון ולא הצלחתי.
|
|
|
| חזרה לתוכן הדיון |

פורסם: 27/07/2004 - 22:11
נושא ההודעה:
|
|
לאורח האחרון:
אתה לא מזדהה בשם, ואתה גם לא שמת את התיקונים שלך ב-changelog, זאת הפרה של ה-GPL לידיעתך. לצורך הויכוח נניח שאתה משחרר את התיקונים תחת public domain.
בקשר לגודל של החלון, לא נראה לי שיש אפשרות, אולי עם kstart או משהו כזה, נחשק בימים הקרובים וננסה שוב.
תודה על התיקונים.
|
|
|
| חזרה לתוכן הדיון |

פורסם: 27/07/2004 - 22:32
נושא ההודעה:
|
הוא יודע להפעיל את 99esc?!
עידו, אתה תותח על
תודה, תודה תודה
אני רץ לנסות להפעיל (אבל קודם להפעיל ALSA רופפת בג'נטו  ).
|
|
|
| חזרה לתוכן הדיון |

פורסם: 27/07/2004 - 22:34
נושא ההודעה:
|
אל תתקוף אותו הוא רק תיקן כמה שגיאות כתיב (שלך) הוא לא עשה שינוי מהותי.
תאמר תודה ושב בשקט 
_________________
נערך לאחרונה על-ידי mad_dr בתאריך 27/07/2004 - 22:57, סך-הכל נערך פעם אחת
|
|
|
| חזרה לתוכן הדיון |

פורסם: 27/07/2004 - 22:46
נושא ההודעה:
|
סליחה, באמת שלא היה לי מושג שצריך לרשום changelog על כל שינוי.
והנה הזדהתי.
אני N00Ne
(DigDug לשעבר)
| קוד: | #!/bin/bash
# Copyright (C) 2004 Ido
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, you can either send email to this
# program's maintainer or write to: The Free Software Foundation,
# Inc.; 59 Temple Place, Suite 330; Boston, MA 02111-1307, USA.
## Command variables
# changelog:
#
# 25-7-2004 ido
# - first release in whatsup.co.il
#
# 26-7-2004 el cuco <elcuco@kdemail.net>
# - use kdialog by default,
# - does not clean screnn after exit
# - hebrew translation
#
# 27-7-2004 N00Ne
# - hebrew type fixes
DIALOG=kdialog
PLAYCOMMAND='xterm -iconic -title Radio -e mplayer -cache 96'
## Station Addresses ##
STATION[0]=""
STATION[1]="http://s18wm.castup.net/991791101-52.wmv" # 99ESC
STATION[2]="http://212.179.112.29/102fm" # 102fm - Radio Tel-Aviv
STATION[3]="http://live.103.fm/103fm-low/" # 103fm
STATION[4]="http://s18wm.castup.net/87382143-48.wmv" # 106fm - Kol HaKampus
STATION[5]="http://213.8.143.164/audiomedia" # 100fm - Radius
STATION[6]="http://213.8.138.13/gglz" # GalGalatz
STATION[7]="http://213.8.138.13/glz-stream" # Gali-Tzahal
##
while [ 0 ]; do
$DIALOG \
--title "בחירת תחנה" \
--menu "איזו תחנה ברצונך לשמוע?" \
1 "99ESC" \
2 "102FM - רדיו תל אביב" \
3 "103FM - רדיו ללא הפסקה"\
4 "106FM - רדיו הקומפוס"\
5 "100FM - רדיוס" \
6 "גלגלצ" \
7 "גלי צהל" \
8 "יאללה החוצה!" 2 1> .tempfile
RETURN=$?
output=`cat .tempfile`
rm -f .tempfile
if [ $RETURN = 1 ] || [ "$output" = "8" ]; then
exit 0
fi
echo chooseing item $output, or $RETURN
$PLAYCOMMAND ${STATION[$output]} &
PID=`ps ax | grep "$PLAYCOMMAND" | grep -v grep | awk '{print $1}'`
echo about to kill process $PID
$DIALOG \
--title "סגירת התחנה" \
--yesno "לסגור את התחנה?" 5 40
if [ $? = 0 ]; then
kill $PID
fi
done
exit 0 |
|
|
|
| חזרה לתוכן הדיון |

פורסם: 27/07/2004 - 23:33
נושא ההודעה:
|
באיזה קידוד עלי להפעיל את המנשק לסקריפט?
מערכת שעובדת כולה על he_IL.utf8 מציגה את התווים העבריים במנשק כסימני שאלה  .
|
|
|
| חזרה לתוכן הדיון |

פורסם: 27/07/2004 - 23:59
נושא ההודעה:
|
| TNT : | באיזה קידוד עלי להפעיל את המנשק לסקריפט?
מערכת שעובדת כולה על he_IL.utf8 מציגה את התווים העבריים במנשק כסימני שאלה . |
אין קידוד מסוים, זה תלוי באיזה פורמט שמרת את הקובץ, אם שמרת את הסקריפט כיוניקוד אז לא תהיה בעיה על מערכת יוניקוד..
|
|
|
| חזרה לתוכן הדיון |

פורסם: 28/07/2004 - 00:00
נושא ההודעה:
|
| mad_dr : | יש לי בעיה עם הסריפט (האחרון)
הוא רושם:
| קוד: | Checking audio filter chain for 22050Hz/2ch/16bit -> 22050Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 22050 hz, little endian signed int
AF_pre: 22050Hz 2ch Signed 16-bit (Little-Endian)
audio_setup: Can't open audio device /dev/dsp: Device or resource busy
alsa-init: got device=0, subdevice=0
alsa-init: 1 soundcard found, using: default
|
מה זה /dev/dsp:? ואיך אני יכול לטפל בזה? |
זה בגלל שArtsD, שרת סזאונד של KDE, משטלת לך על כרטיס הקול, האם אתה משתמש בOSS לדרייברים של כרטיס הקול?
הניחוש שלי שהכרטיס קול שלך הוא מהכרטיסי קול הזולים שמוכרים היום, לצערי הטובים באמת עולים הרבה כסף, ולכן מה שיש לך זה רק ערוץ סאונד אחד, וARTS עליו, וכרטיס הקול שלך לא יודע לעשות MIXING
|
|
|
| חזרה לתוכן הדיון |

פורסם: 28/07/2004 - 00:00
נושא ההודעה:
|
| mad_dr : | יש לי בעיה עם הסריפט (האחרון)
הוא רושם:
| קוד: | Checking audio filter chain for 22050Hz/2ch/16bit -> 22050Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 22050 hz, little endian signed int
AF_pre: 22050Hz 2ch Signed 16-bit (Little-Endian)
audio_setup: Can't open audio device /dev/dsp: Device or resource busy
alsa-init: got device=0, subdevice=0
alsa-init: 1 soundcard found, using: default
|
מה זה /dev/dsp:? ואיך אני יכול לטפל בזה? |
זה בגלל שArtsD, שרת סזאונד של KDE, משטלת לך על כרטיס הקול, האם אתה משתמש בOSS לדרייברים של כרטיס הקול?
הניחוש שלי שהכרטיס קול שלך הוא מהכרטיסי קול הזולים שמוכרים היום, לצערי הטובים באמת עולים הרבה כסף, ולכן מה שיש לך זה רק ערוץ סאונד אחד, וARTS עליו, וכרטיס הקול שלך לא יודע לעשות MIXING
|
|
|
| חזרה לתוכן הדיון |

פורסם: 28/07/2004 - 00:05
נושא ההודעה:
|
 אני לא יודע מה זה OSS.
חוץ מזה הכרטיס קול שלי הוא כרטיס קול מובנה בלוח האם של MSI מלפני שנתיים.
ועוד יותר חוץ מזה בגירסא הלפני אחרונה (מה שדיאגו התעצבן עליה בגלל הGPL) זה עובד (לא יודע למה)
_________________
|
|
|
| חזרה לתוכן הדיון |

פורסם: 28/07/2004 - 00:06
נושא ההודעה:
|
אני לא יודע אם זה קשור לנושא פה אבל אם כבר דיברתם על רדיו ותחנות....
מישהו יודע באיזה תחנה באינטרנט אפשר לשמוע את התוכנית של דידי הררי?
פעם שידרו את התוכנית ברדיו חיפה והיום כבר לא, אז אי אפשר לקלוט דרך הרדיו, והתחנה היחידה שמשדת אותו באינטרנט היא 103 (www.103.fm( אבל זה עובד רק בWIN.
אז משיהו יכול בבקשה להגיד לי אם קיימת תחנה כזאת
תודה!
|
|
|
| חזרה לתוכן הדיון |

פורסם: 28/07/2004 - 00:17
נושא ההודעה:
|
| mad_dr : | אני לא יודע מה זה OSS.
חוץ מזה הכרטיס קול שלי הוא כרטיס קול מובנה בלוח האם של MSI מלפני שנתיים.
ועוד יותר חוץ מזה בגירסא הלפני אחרונה (מה שדיאגו התעצבן עליה בגלל הGPL) זה עובד (לא יודע למה) |
OSS זהו מנהל הסאונד הישן של לינוקס...
יש לך קרנל 2.4?
וכן, הכרטיסים הזולךים = AC97, המובנים על לוח האם...
הנה טריק מאוד זמני,
לפני שאתה מריץ
killall artsd
זה יחזור אחר כך
|
|
|
| חזרה לתוכן הדיון |

פורסם: 28/07/2004 - 00:26
נושא ההודעה:
|
| guypld : | אני לא יודע אם זה קשור לנושא פה אבל אם כבר דיברתם על רדיו ותחנות....
מישהו יודע באיזה תחנה באינטרנט אפשר לשמוע את התוכנית של דידי הררי?
פעם שידרו את התוכנית ברדיו חיפה והיום כבר לא, אז אי אפשר לקלוט דרך הרדיו, והתחנה היחידה שמשדת אותו באינטרנט היא 103 (www.103.fm( אבל זה עובד רק בWIN.
אז משיהו יכול בבקשה להגיד לי אם קיימת תחנה כזאת
תודה! |
| קוד: |
mplayer -nocache http://live.103.fm/103fm-low/
|
|
|
|
| חזרה לתוכן הדיון |

פורסם: 28/07/2004 - 00:32
נושא ההודעה:
|
סקריפט חמוד מאד, תודה רבה ! 
|
|
|
| חזרה לתוכן הדיון |

פורסם: 28/07/2004 - 00:58
נושא ההודעה:
|
JuNKie, TNT וכל השאר - תודה רבה על התגובות
אני מתכנן שיפור מסיבי בקוד אבל זה יצטרך לחכות לאחרי הבחינות 
|
|
|
| חזרה לתוכן הדיון |

פורסם: 28/07/2004 - 10:04
נושא ההודעה:
|
| Koala : | | guypld : | אני לא יודע אם זה קשור לנושא פה אבל אם כבר דיברתם על רדיו ותחנות....
מישהו יודע באיזה תחנה באינטרנט אפשר לשמוע את התוכנית של דידי הררי?
פעם שידרו את התוכנית ברדיו חיפה והיום כבר לא, אז אי אפשר לקלוט דרך הרדיו, והתחנה היחידה שמשדת אותו באינטרנט היא 103 (www.103.fm( אבל זה עובד רק בWIN.
אז משיהו יכול בבקשה להגיד לי אם קיימת תחנה כזאת
תודה! |
| קוד: |
mplayer -nocache http://live.103.fm/103fm-low/
|
|
תודה, אבל כבר ניסיתי את זה בעבר וזה לא עובד זה משמיע כמה שניות אם בכלל ונתקע
|
|
|
| חזרה לתוכן הדיון |

פורסם: 28/07/2004 - 10:28
נושא ההודעה:
|
|
ניסית עכשיו עם הסקריפט?
|
|
|
| חזרה לתוכן הדיון |
|
|