こんにちは、win32 用の streamripper を使用しています。ダミーのメタデータを表示するサンプル Python スクリプトをセットアップしました。ストリームリッパーはそれを拾いません。例と同じ形式にしました: http://streamripper.sourceforge.net/history.php
それは私にはうまくいきません。誰でも修正方法を知っていますか?
import time
while 1:
print 'TITLE=thisname\nARTIST=thisartist\n.\n'
time.sleep(10)
streamripper のルートディレクトリにスクリプトを置きます。次を使用してリンクを試みました:
script.py
c:/program files/streamripper/script.py
c:\\program files\\streamripper\\script.py
例:
CMD-->
cd c:/program files/streamripper
streamripper http://stream-114.shoutcast.com:80/smoothjazz_skyfm_mp3_96kbps -E script.py
何も機能しません...