Martin Michlmayr <[EMAIL PROTECTED]> writes: | Ulf, | | Georg Lehner reported that it is currently impossible to pass an URL | (a stream) to cplay on the command line: | | * Georg Lehner <[EMAIL PROTECTED]> [2005-01-05 02:45]: | > The following patch makes cplay convert relative pathnames to | > absolute ones inside the FileList Class. Thus URL's (streams) on | > the commandline are recognized and preservered. | | Say you start cplay with: | % cplay http://relay0.fm4.amd.co.at:31337/fm4-lq.ogg | It will then run os.path.abspath() on this string which will lead to e.g. | /home/tbm/http:/relay0.fm4.amd.co.at:31337/fm4-lq.ogg which obviously | fails to open. | | Georg Lehner created a patch which only uses os.path.abspath() on | arguments which are indeed local files. It's attached below. Can you | please apply it.
The patch has been applied (with modification) to cplay-1.50pre5. Thank you, -- ulf -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]