Cue Reader 5.6 - Updated 20/07/2014

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

Guest

Re: Cue Reader 5.4 - Updated 08/01/2010

Post by Guest »

Not working on my Windows 7 64bit with ot without Administrator Rights.

This should be a default feature of MM. I have a ton of live albums converted converted to flac that require a cue sheet.
SchulA
Posts: 30
Joined: Sat Jul 25, 2009 5:17 am

Re: Cue Reader 5.4 - Updated 08/01/2010

Post by SchulA »

Hi,

I think I found a workaround: :D

I moved CueReader.vbs + cuerReader.css from
c:\Programme\Mediamonkey\Scripts\Auto (there it was installed by mm3)
to
C:\Users\xxx\AppData\Roaming\MediaMonkey\Scripts\Auto

Right now it works for this user :wink:
Guest

Re: Cue Reader 5.4 - Updated 08/01/2010

Post by Guest »

Moving the file doesn't work for me. Same error as before.
Mbane

Re: Cue Reader 5.4 - Updated 08/01/2010

Post by Mbane »

Ok, moving the files does removes the error message at startup. However when I try open a cue file, it doesn't do anything. It doesn't read the cue files.
SchulA
Posts: 30
Joined: Sat Jul 25, 2009 5:17 am

Re: Cue Reader 5.4 - Updated 08/01/2010

Post by SchulA »

For me, it´s doing fine, just how it should. I can´t find any errors or misfunction...

Are you shure, your cues have exactly the same name as the corresponding mp3 file ?

Alf
gast 99

Re: Cue Reader 5.4 - Updated 08/01/2010

Post by gast 99 »

hi @ all / greetings from berlin-germany and sorry about my bad english ;-)

i had a lot of problems with the cue.... after installing mm4 - the install-process of cue.... was failed and so on

then - i repacked the *.mmip with 7z in a seperately folder - an copy all files in the folder
C:\Users\xxx\AppData\Roaming\MediaMonkey\Scripts\Auto
and
C:\Program Files (x86)\MediaMonkey\Scripts\Auto

i restart mediamonkey.......... nothing

then, i open an older image from trueimage (system-recover-build) and see int the folders an "CueReader.vbs.htm" .... - in all folders of my new installation this file was not installed

i recoverd this file on my desktop - copy it in these 2 folders - restart mediamonkey and?.... it works ;-)

i hope i can give a little help

jens
gast 99

Re: Cue Reader 5.4 - Updated 08/01/2010

Post by gast 99 »

hi @ all - but one question i have too ;-)

at the moment - this script works fine but with the "default" skin (white background, font black and so on)

if i change a color in the "CueReader.css" nad restart mediamonkey and play a file with an cue-sheet - the list are displayed but with the same colors at any time??

how can i change the colors and so on?

jens and thanks
SchulA
Posts: 30
Joined: Sat Jul 25, 2009 5:17 am

Re: Cue Reader 5.4 - Updated 08/01/2010

Post by SchulA »

hi,

there´s an option in the mediamonkey options dialog for cuereader (CueReader settings). Ether you change the colours there directly or you check to use an external stylesheet.
If you haven´t checked the option here, cuereader ignores the externel css sheet and uses the standard colours.

Alf
SchulA
Posts: 30
Joined: Sat Jul 25, 2009 5:17 am

Re: Cue Reader 5.4 - Updated 08/01/2010

Post by SchulA »

btw., I´m still searching for a stylesheet (skin) for CueReader and the mellon skin....

did anybody make one ?

Alf
gast 99

Re: Cue Reader 5.4 - Updated 08/01/2010

Post by gast 99 »

hi @ SchulA

thanks - i have found itz on the toolbox ;-)

and now? my cue..window looks like zekton_dawn-skin ;-)

nice and thanks for your help

have a nice weekend

greeitngs from berlin / germany

jens
Guest

Re: Cue Reader 5.4 - Updated 08/01/2010

Post by Guest »

Not sure what I'm doing wrong.

Under extensions it says it's installed and under options I can see it there as weel. However when i open a cue sheet nothing happens. My cue sheets are for live albums in flac format. Don't think that is the problem, however I know foobar needs a plugin to read Ape cue files. Do I need any additional pluginns to get this to work?
SchulA
Posts: 30
Joined: Sat Jul 25, 2009 5:17 am

Re: Cue Reader 5.4 - Updated 08/01/2010

Post by SchulA »

... maybe the cue sheet hasn´t exactly the same name like the music file...
I don´t know if you need a plugin for flacs...

SchulA
gast 99

Re: Cue Reader 5.4 - Updated 08/01/2010

Post by gast 99 »

hi @ schula

see my post above - and make a test - sorry about my bad english ;-)

copy this code in a new textfile and rename it in "CueReader.vbs.htm"

Code: Select all


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
  <head>
    <title>Cue Reader</title>
    <link rel="stylesheet" href="CueReader.css" type="text/css" />
  </head>
  <script Language="VBScript">
    Dim SDB : Set SDB = CreateObject("SongsDB.SDBApplication")
    Function gotopos (str)
      If Clng(str) < SDB.Player.CurrentSongLength Then
        SDB.Player.PlaybackTime = Clng(str)
      End If
    End Function
    Function restart
      Set data = SDB.Objects("CueReaderData")
      If Not (data Is Nothing) Then
        data.Item("reset") = "now"
      End If
    End Function
  </script>
  <body id='bbody'>
    <table border="0" cellspacing="0" cellpadding="4" width="100%">
      <tr class="aleft">
        <th nowrap width=10>Song</th>
        <th nowrap width=10>Start</th>
        <th nowrap width=10>Länge</th>
        <th nowrap width=40%>Interpret</th>
        <th nowrap width=60%>Titel</th>
      </tr>
      <tr id='row1'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(0)">01</a></td>
        <td nowrap width=10>00:00</td>
        <td nowrap width=10>01:47</td>
        <td nowrap width=40%>mark'oh</td>
        <td nowrap width=60%>united</td>
      </tr>
      <tr id='row2' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(107416)">02</a></td>
        <td nowrap width=10>01:47</td>
        <td nowrap width=10>01:48</td>
        <td nowrap width=40%>de-grees</td>
        <td nowrap width=60%>bleeding&nbsp;love</td>
      </tr>
      <tr id='row3'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(215585)">03</a></td>
        <td nowrap width=10>03:35</td>
        <td nowrap width=10>02:15</td>
        <td nowrap width=40%>manuel&nbsp;varela</td>
        <td nowrap width=60%>goodbye&nbsp;my&nbsp;love</td>
      </tr>
      <tr id='row4' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(350897)">04</a></td>
        <td nowrap width=10>05:50</td>
        <td nowrap width=10>01:34</td>
        <td nowrap width=40%>kindervater</td>
        <td nowrap width=60%>alone&nbsp;in&nbsp;the&nbsp;darkness</td>
      </tr>
      <tr id='row5'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(445286)">05</a></td>
        <td nowrap width=10>07:25</td>
        <td nowrap width=10>01:39</td>
        <td nowrap width=40%>alex&nbsp;megane</td>
        <td nowrap width=60%>stars</td>
      </tr>
      <tr id='row6' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(545013)">06</a></td>
        <td nowrap width=10>09:05</td>
        <td nowrap width=10>01:38</td>
        <td nowrap width=40%>hypertype</td>
        <td nowrap width=60%>rock&nbsp;the&nbsp;show&nbsp;</td>
      </tr>
      <tr id='row7'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(643416)">07</a></td>
        <td nowrap width=10>10:43</td>
        <td nowrap width=10>01:52</td>
        <td nowrap width=40%>carefree</td>
        <td nowrap width=60%>broken&nbsp;strings</td>
      </tr>
      <tr id='row8' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(755936)">08</a></td>
        <td nowrap width=10>12:35</td>
        <td nowrap width=10>01:28</td>
        <td nowrap width=40%>ralph&nbsp;fridge&nbsp;vs&nbsp;restricted&nbsp;area</td>
        <td nowrap width=60%>man&nbsp;on&nbsp;mars</td>
      </tr>
      <tr id='row9'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(844299)">09</a></td>
        <td nowrap width=10>14:04</td>
        <td nowrap width=10>02:05</td>
        <td nowrap width=40%>andr&#201;&nbsp;picar</td>
        <td nowrap width=60%>you'll&nbsp;remember&nbsp;me</td>
      </tr>
      <tr id='row10' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(970052)">10</a></td>
        <td nowrap width=10>16:10</td>
        <td nowrap width=10>01:24</td>
        <td nowrap width=40%>tim&nbsp;core</td>
        <td nowrap width=60%>don't&nbsp;be&nbsp;shy&nbsp;</td>
      </tr>
      <tr id='row11'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(1055039)">11</a></td>
        <td nowrap width=10>17:35</td>
        <td nowrap width=10>02:20</td>
        <td nowrap width=40%>triple&nbsp;bounce</td>
        <td nowrap width=60%>talk&nbsp;to&nbsp;me&nbsp;</td>
      </tr>
      <tr id='row12' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(1195832)">12</a></td>
        <td nowrap width=10>19:55</td>
        <td nowrap width=10>01:21</td>
        <td nowrap width=40%>mario&nbsp;lopez</td>
        <td nowrap width=60%>another&nbsp;world</td>
      </tr>
      <tr id='row13'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(1276962)">13</a></td>
        <td nowrap width=10>21:16</td>
        <td nowrap width=10>02:02</td>
        <td nowrap width=40%>house&nbsp;rockerz</td>
        <td nowrap width=60%>guardian&nbsp;angel</td>
      </tr>
      <tr id='row14' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(1399520)">14</a></td>
        <td nowrap width=10>23:19</td>
        <td nowrap width=10>01:44</td>
        <td nowrap width=40%>brooklyn&nbsp;bounce&nbsp;vs&nbsp;sample&nbsp;rippers</td>
        <td nowrap width=60%>louder&nbsp;&&nbsp;prouder</td>
      </tr>
      <tr id='row15'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(1503715)">15</a></td>
        <td nowrap width=10>25:03</td>
        <td nowrap width=10>01:44</td>
        <td nowrap width=40%>k&nbsp;la&nbsp;guard</td>
        <td nowrap width=60%>need&nbsp;you&nbsp;so</td>
      </tr>
      <tr id='row16' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(1608663)">16</a></td>
        <td nowrap width=10>26:48</td>
        <td nowrap width=10>01:14</td>
        <td nowrap width=40%>discofamily</td>
        <td nowrap width=60%>it&nbsp;just&nbsp;won't&nbsp;do</td>
      </tr>
      <tr id='row17'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(1683559)">17</a></td>
        <td nowrap width=10>28:03</td>
        <td nowrap width=10>01:44</td>
        <td nowrap width=40%>dj&nbsp;antoine</td>
        <td nowrap width=60%>in&nbsp;my&nbsp;dreams&nbsp;</td>
      </tr>
      <tr id='row18' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(1787689)">18</a></td>
        <td nowrap width=10>29:47</td>
        <td nowrap width=10>01:29</td>
        <td nowrap width=40%>sunflash</td>
        <td nowrap width=60%>i&nbsp;won't&nbsp;let&nbsp;the&nbsp;sun</td>
      </tr>
      <tr id='row19'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(1877507)">19</a></td>
        <td nowrap width=10>31:17</td>
        <td nowrap width=10>02:34</td>
        <td nowrap width=40%>rico&nbsp;bernasconi</td>
        <td nowrap width=60%>love&nbsp;deep&nbsp;inside</td>
      </tr>
      <tr id='row20' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(2032468)">20</a></td>
        <td nowrap width=10>33:52</td>
        <td nowrap width=10>00:46</td>
        <td nowrap width=40%>shaft</td>
        <td nowrap width=60%>mucho&nbsp;mambo&nbsp;(sway)</td>
      </tr>
      <tr id='row21'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(2079299)">21</a></td>
        <td nowrap width=10>34:39</td>
        <td nowrap width=10>01:59</td>
        <td nowrap width=40%>chico&nbsp;del&nbsp;mar&nbsp;&&nbsp;dj&nbsp;base</td>
        <td nowrap width=60%>carribean&nbsp;queen&nbsp;</td>
      </tr>
      <tr id='row22' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(2198884)">22</a></td>
        <td nowrap width=10>36:38</td>
        <td nowrap width=10>01:14</td>
        <td nowrap width=40%>lucardo&nbsp;parena&nbsp;feat.&nbsp;antonia&nbsp;lucas</td>
        <td nowrap width=60%>let&nbsp;it&nbsp;be&nbsp;me&nbsp;</td>
      </tr>
      <tr id='row23'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(2273429)">23</a></td>
        <td nowrap width=10>37:53</td>
        <td nowrap width=10>01:20</td>
        <td nowrap width=40%>spencer&nbsp;&&nbsp;hill</td>
        <td nowrap width=60%>young&nbsp;love&nbsp;</td>
      </tr>
      <tr id='row24' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(2353572)">24</a></td>
        <td nowrap width=10>39:13</td>
        <td nowrap width=10>01:01</td>
        <td nowrap width=40%>sidney&nbsp;samson</td>
        <td nowrap width=60%>riverside</td>
      </tr>
      <tr id='row25'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(2415273)">25</a></td>
        <td nowrap width=10>40:15</td>
        <td nowrap width=10>01:46</td>
        <td nowrap width=40%>david&nbsp;amani&nbsp;feat.&nbsp;john&nbsp;davis</td>
        <td nowrap width=60%>beautyful&nbsp;day&nbsp;</td>
      </tr>
      <tr id='row26' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(2521325)">26</a></td>
        <td nowrap width=10>42:01</td>
        <td nowrap width=10>01:14</td>
        <td nowrap width=40%>ron&nbsp;caroll</td>
        <td nowrap width=60%>bump&nbsp;to&nbsp;this</td>
      </tr>
      <tr id='row27'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(2595949)">27</a></td>
        <td nowrap width=10>43:15</td>
        <td nowrap width=10>01:21</td>
        <td nowrap width=40%>stfu</td>
        <td nowrap width=60%>something&nbsp;for&nbsp;your&nbsp;mind</td>
      </tr>
      <tr id='row28' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(2677923)">28</a></td>
        <td nowrap width=10>44:37</td>
        <td nowrap width=10>01:29</td>
        <td nowrap width=40%>mad&nbsp;mark</td>
        <td nowrap width=60%>another&nbsp;day&nbsp;</td>
      </tr>
      <tr id='row29'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(2767442)">29</a></td>
        <td nowrap width=10>46:07</td>
        <td nowrap width=10>01:29</td>
        <td nowrap width=40%>boogie&nbsp;boys</td>
        <td nowrap width=60%>higher&nbsp;love</td>
      </tr>
      <tr id='row30' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(2857104)">30</a></td>
        <td nowrap width=10>47:37</td>
        <td nowrap width=10>01:44</td>
        <td nowrap width=40%>arvid&nbsp;lundberg</td>
        <td nowrap width=60%>reality</td>
      </tr>
      <tr id='row31'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(2962078)">31</a></td>
        <td nowrap width=10>49:22</td>
        <td nowrap width=10>02:01</td>
        <td nowrap width=40%>markus&nbsp;meier</td>
        <td nowrap width=60%>global&nbsp;tune</td>
      </tr>
      <tr id='row32' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(3083494)">32</a></td>
        <td nowrap width=10>51:23</td>
        <td nowrap width=10>01:29</td>
        <td nowrap width=40%>steve&nbsp;angello&nbsp;&&nbsp;laidbackluke&nbsp;feat.&nbsp;robin&nbsp;s.</td>
        <td nowrap width=60%>show&nbsp;me&nbsp;love</td>
      </tr>
      <tr id='row33'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(3172962)">33</a></td>
        <td nowrap width=10>52:52</td>
        <td nowrap width=10>01:44</td>
        <td nowrap width=40%>cassey</td>
        <td nowrap width=60%>sweet&nbsp;honey</td>
      </tr>
      <tr id='row34' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(3277533)">34</a></td>
        <td nowrap width=10>54:37</td>
        <td nowrap width=10>01:29</td>
        <td nowrap width=40%>wolfgang&nbsp;gartner</td>
        <td nowrap width=60%>push&nbsp;&&nbsp;rise</td>
      </tr>
      <tr id='row35'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(3366845)">35</a></td>
        <td nowrap width=10>56:06</td>
        <td nowrap width=10>00:59</td>
        <td nowrap width=40%>lambda</td>
        <td nowrap width=60%>hold&nbsp;on&nbsp;tight</td>
      </tr>
      <tr id='row36' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(3426741)">36</a></td>
        <td nowrap width=10>57:06</td>
        <td nowrap width=10>01:51</td>
        <td nowrap width=40%>7th&nbsp;heaven&nbsp;feat.&nbsp;banderas&nbsp;</td>
        <td nowrap width=60%>this&nbsp;is&nbsp;your&nbsp;life&nbsp;</td>
      </tr>
      <tr id='row37'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(3538728)">37</a></td>
        <td nowrap width=10>58:58</td>
        <td nowrap width=10>01:29</td>
        <td nowrap width=40%>bodybangers</td>
        <td nowrap width=60%>sunshine&nbsp;day</td>
      </tr>
      <tr id='row38' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(3628039)">38</a></td>
        <td nowrap width=10>60:28</td>
        <td nowrap width=10>01:22</td>
        <td nowrap width=40%>darius&nbsp;&&nbsp;finlay</td>
        <td nowrap width=60%>destination</td>
      </tr>
      <tr id='row39'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(3710273)">39</a></td>
        <td nowrap width=10>61:50</td>
        <td nowrap width=10>02:14</td>
        <td nowrap width=40%>dirty&nbsp;south</td>
        <td nowrap width=60%>alamo</td>
      </tr>
      <tr id='row40' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(3845065)">40</a></td>
        <td nowrap width=10>64:05</td>
        <td nowrap width=10>01:44</td>
        <td nowrap width=40%>dbn</td>
        <td nowrap width=60%>stars</td>
      </tr>
      <tr id='row41'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(3949624)">41</a></td>
        <td nowrap width=10>65:49</td>
        <td nowrap width=10>01:29</td>
        <td nowrap width=40%>moire</td>
        <td nowrap width=60%>bye&nbsp;bye&nbsp;</td>
      </tr>
      <tr id='row42' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(4039507)">42</a></td>
        <td nowrap width=10>67:19</td>
        <td nowrap width=10>01:52</td>
        <td nowrap width=40%>dave&nbsp;kurtis</td>
        <td nowrap width=60%>last&nbsp;night&nbsp;in&nbsp;miami</td>
      </tr>
      <tr id='row43'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(4151650)">43</a></td>
        <td nowrap width=10>69:11</td>
        <td nowrap width=10>00:59</td>
        <td nowrap width=40%>ben&nbsp;bailey&nbsp;vs&nbsp;frank&nbsp;drebin</td>
        <td nowrap width=60%>keep&nbsp;on</td>
      </tr>
      <tr id='row44' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(4211169)">44</a></td>
        <td nowrap width=10>70:11</td>
        <td nowrap width=10>01:14</td>
        <td nowrap width=40%>remady</td>
        <td nowrap width=60%>need&nbsp;2&nbsp;say&nbsp;</td>
      </tr>
      <tr id='row45'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(4285312)">45</a></td>
        <td nowrap width=10>71:25</td>
        <td nowrap width=10>01:30</td>
        <td nowrap width=40%>selda</td>
        <td nowrap width=60%>use&nbsp;your&nbsp;head&nbsp;</td>
      </tr>
      <tr id='row46' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(4375559)">46</a></td>
        <td nowrap width=10>72:55</td>
        <td nowrap width=10>02:01</td>
        <td nowrap width=40%>cuba&nbsp;club</td>
        <td nowrap width=60%>in&nbsp;my&nbsp;eyes</td>
      </tr>
      <tr id='row47'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(4496663)">47</a></td>
        <td nowrap width=10>74:56</td>
        <td nowrap width=10>02:01</td>
        <td nowrap width=40%>paul&nbsp;attrax</td>
        <td nowrap width=60%>like&nbsp;a&nbsp;bitch</td>
      </tr>
      <tr id='row48' class='dark'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(4617884)">48</a></td>
        <td nowrap width=10>76:57</td>
        <td nowrap width=10>01:00</td>
        <td nowrap width=40%>sebastian&nbsp;ingrosso</td>
        <td nowrap width=60%>laktos</td>
      </tr>
      <tr id='row49'>
        <td nowrap width=10>
          <a href="vbscript:gotopos(4678000)">49</a></td>
        <td nowrap width=10>77:58</td>
        <td nowrap width=10>01:04</td>
        <td nowrap width=40%>alex&nbsp;m.</td>
        <td nowrap width=60%>passion&nbsp;(nasty&nbsp;rhythm)</td>
      </tr>
    </table>
  <script Language="JavaScript1.2">
    document.write("<span id='spanreset' style='container:positioned; position:absolute;'><a href='vbscript:restart()'><img src='reset.gif' border=0></a></span>");
    setInterval("repos()",500);
    function repos() {
      document.all("spanreset").style.top = bbody.scrollTop+5;
      document.all("spanreset").style.left = bbody.scrollWidth-17;
      return true;
    }
  </script>
  </body>
</html>


then copy the new created file in the folder where is your "cuereader.css" and "cuereader.vbs" are located on your system - see post above

now start your mediamonkey - navigate to a folder with an *.flac" file with his corresponding *.cue* includet in the folder and play the flac-file by double-click

it works on my system

i think - the difficult rights for writing and reading and so on in the syastemfolders prohibited it "cuereader.vbs" to create a new file in this folder - but to change it temporary is possible - i don't no ;-)

greetings from berlin germany - jens
Guest

Re: Cue Reader 5.4 - Updated 08/01/2010

Post by Guest »

Still doesn't work for me.
SchulA
Posts: 30
Joined: Sat Jul 25, 2009 5:17 am

Re: Cue Reader 5.4 - Updated 08/01/2010

Post by SchulA »

Hi Jens,

I don´t have problems. CueReader works for me... That was an answer for Guest...

Thanks anyway...

Alf (aka SchulA)
Post Reply