<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=2581&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Troubles playing audio CD on SMPlayer]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2581</link>
		<description><![CDATA[The most recent posts in Troubles playing audio CD on SMPlayer.]]></description>
		<lastBuildDate>Sun, 06 Jan 2019 00:57:55 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Troubles playing audio CD on SMPlayer]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13603#p13603</link>
			<description><![CDATA[<p>If the new package file has newer version, then it will cause uninstall of the previous version.</p><p>If it was me, I would download the <span class="bbc">.deb</span> file rather than changing my sources list.</p><p>For Devuan ASCII you would try installing the debian 9.0 version. Of course, if it ends up in direct or indirect dependencies of <del>systemd</del> it will fail, and your system might be in an iffy state. An installation might also want to pull upgrades to other packages, so you should certainly trial it with <span class="bbc">--simulate</span> first, to see what is about to happen.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 06 Jan 2019 00:57:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13603#p13603</guid>
		</item>
		<item>
			<title><![CDATA[Re: Troubles playing audio CD on SMPlayer]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13602#p13602</link>
			<description><![CDATA[<p>Thanks for all the help ralph.ronnquist. My &quot;solution&quot; of just using Parole to play CDs is mostly okay for me. Maybe one day I&#039;ll bite the bullet and learn scripting.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Sun, 06 Jan 2019 00:01:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13602#p13602</guid>
		</item>
		<item>
			<title><![CDATA[Re: Troubles playing audio CD on SMPlayer]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13599#p13599</link>
			<description><![CDATA[<p>Fair enough. If it was a script, <span class="bbc">file</span> would have said so. Now it says it&#039;s an <span class="bbc">ELF</span> executable, which is not a script.</p><p>The principle of having a wrapper script is fairly easy, but I will bail out at this point, especially since the idea itself is merely based on a hunch of the source of the problem. Ideally someone who is already using <span class="bbc">SMPlayer</span> and/or <span class="bbc">mpv</span> will step in and lead the way through the &quot;morass&quot; of scripting exercises needed to resolve this. Or provide some other, perhaps better, way to deal with it.</p><p>Or, of course, your own research and learning may well bring about a working solution. You&#039;ll probably find it worth trying, even just for the joy of learning something new.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 05 Jan 2019 22:13:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13599#p13599</guid>
		</item>
		<item>
			<title><![CDATA[Re: Troubles playing audio CD on SMPlayer]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13596#p13596</link>
			<description><![CDATA[<p>It says &quot;dynamically linked.&quot; Here&#039;s the whole output:</p><div class="quotebox"><blockquote><div><p>/usr/bin/mpv: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=30938c116cf001493429a04bc7ae8241b20b56e9, stripped</p></div></blockquote></div><p>I have to admit I don&#039;t have a clue what this is telling me.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Sat, 05 Jan 2019 17:16:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13596#p13596</guid>
		</item>
		<item>
			<title><![CDATA[Re: Troubles playing audio CD on SMPlayer]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13587#p13587</link>
			<description><![CDATA[<p>One way is by a command:</p><div class="codebox"><pre><code>$ file $(which mpv)</code></pre></div><p>or if that says &quot;symbolic link&quot; you may need:</p><div class="codebox"><pre><code>$ file $(readlink -f $(which mpv))</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 05 Jan 2019 02:32:10 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13587#p13587</guid>
		</item>
		<item>
			<title><![CDATA[Re: Troubles playing audio CD on SMPlayer]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13586#p13586</link>
			<description><![CDATA[<p>Thanks ralph.ronnquist. That&#039;s an interesting link. I tried the same thing the guy in the link did, switching the engine from mpv to smplayer. I got a very similar error to his. I&#039;m not versed at all in scrips or wrapper scrips. I&#039;ll have to research it when I find the time. One question though, how do I find out if mpv is a script already, as you state is a possibility?</p><p>Also, I pasted over your quote of José Jorge to my post in the SMPlayer forum. Hopefully they&#039;ll get this fixed.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Sat, 05 Jan 2019 01:23:33 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13586#p13586</guid>
		</item>
		<item>
			<title><![CDATA[Re: Troubles playing audio CD on SMPlayer]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13584#p13584</link>
			<description><![CDATA[<p>With my infinite &quot;google fu&quot; I dredged up this comment from 2017:&#160; (<a href="https://bugs.mageia.org/show_bug.cgi?id=20550#c5" rel="nofollow">https://bugs.mageia.org/show_bug.cgi?id=20550#c5</a>)</p><div class="quotebox"><cite>José Jorge 2017-04-22 21:39:55 CEST wrote:</cite><blockquote><div><p>I got it. mpv refuses cdda://1, it only works with cdda:// . It is an upstream problem to report either to smplayer or mpv if you want, to get this bug fixed.</p></div></blockquote></div><p>Presumably that&#039;s still standing.</p><p>You might possibly be able to make your own patch by wrapping <span class="bbc">mpv</span> through a script that makes any <span class="bbc">cdda://1</span> argument (or part of argument) be a <span class="bbc">cdda://</span> argument (or part of argument). Maybe <span class="bbc">mpv</span> is a script already, and then it&#039;d be a walk in the park. By the looks of it in the OP log, that <span class="bbc">cdda://1</span> is passed in to <span class="bbc">mpv</span> rather than being invented by it. Perhaps it gets <span class="bbc">1</span> from an environment variable (perhaps&#160; <span class="bbc">media-title</span>). Or, by increasing convolution, perhaps the <span class="bbc">1</span> gets passed in via <span class="bbc">stdin</span>, embedded in some way? A wrapper script might deal with any of those.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 05 Jan 2019 00:00:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13584#p13584</guid>
		</item>
		<item>
			<title><![CDATA[Re: Troubles playing audio CD on SMPlayer]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13583#p13583</link>
			<description><![CDATA[<p>I see a cdrom file in /dev. In properties, basic tab, it says &quot;Link target: sr0.&quot; That sounds like what you wrote (I think). However, the file size says 0 bytes, is that normal?</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Fri, 04 Jan 2019 22:20:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13583#p13583</guid>
		</item>
		<item>
			<title><![CDATA[Re: Troubles playing audio CD on SMPlayer]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13582#p13582</link>
			<description><![CDATA[<p>Please confirm that you have a <span class="bbc">/dev/cdrom</span> link that resolves properly to the CD device, typically <span class="bbc">/dev/sr0</span>.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Fri, 04 Jan 2019 21:51:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13582#p13582</guid>
		</item>
		<item>
			<title><![CDATA[Re: Troubles playing audio CD on SMPlayer]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13581#p13581</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>Maybe a red herring, but error code 2 traditionally is <span class="bbc">EACCESS</span>, which would mean that there is a permission problem for some file, or even that some intermediate directory is missing when the program attempts to access a file.</p></div></blockquote></div><p>I notice at the bottom of the log file it says &quot;No such file or directory.&quot; Does that point to a missing intermediate directory?</p><p>As a test, I installed Parole Media Player, and it plays CDs just fine. Does this give a clue as to what is SMPlayer&#039;s problem? I&#039;d just use Parole for everything (because I hate having two apps that do the same thing), but when playing videos it puts a thin green line down the side of videos, just like Totem and Mint&#039;s Xplayer used to do for me.</p><p><strong>EDIT</strong><br />I just did a web search for &quot;debug argument to start mpv with&quot; and didn&#039;t find anything.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Fri, 04 Jan 2019 19:19:24 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13581#p13581</guid>
		</item>
		<item>
			<title><![CDATA[Re: Troubles playing audio CD on SMPlayer]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13569#p13569</link>
			<description><![CDATA[<p>Maybe a red herring, but error code 2 traditionally is <span class="bbc">EACCESS</span>, which would mean that there is a permission problem for some file, or even that some intermediate directory is missing when the program attempts to access a file. You might be able to use <span class="bbc">strace</span> to follow up on it, or maybe there is some debug argument to start <span class="bbc">mpv</span> with.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Thu, 03 Jan 2019 23:28:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13569#p13569</guid>
		</item>
		<item>
			<title><![CDATA[Troubles playing audio CD on SMPlayer]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13560#p13560</link>
			<description><![CDATA[<p>I posted this on SMPlayer forums but still waiting for a response there. I&#039;m hoping anyone here who uses SMPlayer can help. When I try to play a CD (a prerecorded &quot;album&quot;) I&#039;m getting an &quot;Exit code: 2&quot; error. I&#039;m on version: 16.11.0 (revision 8242), Devuan 2.0 (ASCII). Here&#039;s the log file. Thanks.</p><div class="codebox"><pre class="vscroll"><code>    /usr/bin/mpv --no-config --no-quiet --terminal --no-msg-color --input-file=/dev/stdin --no-fs --hwdec=no --sub-auto=fuzzy --no-input-default-bindings --input-vo-keyboard=no --no-input-cursor --cursor-autohide=no --no-keepaspect --wid=60817427 --monitorpixelaspect=1 --osd-scale=1 --sub-ass --embeddedfonts --sub-ass-line-spacing=0 --sub-scale=1 --sub-font=Arial --sub-color=#ffffffff --sub-shadow-color=#ff000000 --sub-border-color=#ff000000 --sub-border-size=0.75 --sub-shadow-offset=2.5 --sub-codepage=utf8:ISO-8859-1 --sub-pos=100 --volume=100 --cdrom-device=/dev/cdrom --cache=auto --osd-level=0 --screenshot-template=cap_%F_%p_%02n --screenshot-format=jpg --screenshot-directory=/home/ron/Pictures/smplayer_screenshots --audio-channels=2 --audio-pitch-correction=yes --af-add=equalizer=0:0:0:0:0:0:0:0:0:0 --volume-max=100 --term-playing-msg=MPV_VERSION=${=mpv-version:}
    INFO_VIDEO_WIDTH=${=width}
    INFO_VIDEO_HEIGHT=${=height}
    INFO_VIDEO_ASPECT=${=video-aspect}
    INFO_VIDEO_FPS=${=container-fps:${=fps}}
    INFO_VIDEO_FORMAT=${=video-format}
    INFO_VIDEO_CODEC=${=video-codec}
    INFO_AUDIO_FORMAT=${=audio-codec-name}
    INFO_AUDIO_CODEC=${=audio-codec}
    INFO_AUDIO_RATE=${=audio-params/samplerate}
    INFO_AUDIO_NCH=${=audio-params/channel-count}
    INFO_LENGTH=${=duration:${=length}}
    INFO_DEMUXER=${=current-demuxer:${=demuxer}}
    INFO_SEEKABLE=${=seekable}
    INFO_TITLES=${=disc-titles}
    INFO_CHAPTERS=${=chapters}
    INFO_TRACKS_COUNT=${=track-list/count}
    METADATA_TITLE=${metadata/by-key/title:}
    METADATA_ARTIST=${metadata/by-key/artist:}
    METADATA_ALBUM=${metadata/by-key/album:}
    METADATA_GENRE=${metadata/by-key/genre:}
    METADATA_DATE=${metadata/by-key/date:}
    METADATA_TRACK=${metadata/by-key/track:}
    METADATA_COPYRIGHT=${metadata/by-key/copyright:}
    INFO_MEDIA_TITLE=${=media-title:}
     --term-status-msg=STATUS: ${=time-pos} / ${=duration:${=length:0}} P: ${=pause} B: ${=paused-for-cache} I: ${=core-idle} cdda://1

    Playing: cdda://1
    ++ WARN: Can&#039;t get file status for 1:
    No such file or directory
    ++ WARN: could not retrieve file info for `1&#039;: No such file or directory
    ++ WARN: can&#039;t open nrg image file 1 for reading
    [cdda] Can&#039;t open CDDA device.
    Failed to open cdda://1.
    Exiting... (Errors when loading file)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Thu, 03 Jan 2019 18:34:16 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13560#p13560</guid>
		</item>
	</channel>
</rss>
