Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    I've installed a copy of opentape on a home webserver and everything works perfectly... except for the embedded flash player. The player loads, but doesn't seem to load the playlist. Here's a link to my phpinfo(): http://tingley.ath.cx/xampp/phpinfo.php, and a copy of the embed code that opentape generates:

    <object width="300" height="160">
    <param name="allowscriptaccess" value="always" />
    <param name="movie" value="http://tingley.ath.cx/opentape/res/jw_player.swf?playlist=bottom&displayheight=0&thumbsinplaylist=false&file=http://tingley.ath.cx/opentape/code/xspf.php" />
    <embed src="http://tingley.ath.cx/opentape/res/jw_player.swf?playlist=bottom&displayheight=0&thumbsinplaylist=false&file=http://tingley.ath.cx/opentape/code/xspf.php" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="300" height="160"></embed>
    </object>

    Is there something simple I'm missing?
    • CommentAuthorgrom
    • CommentTimeDec 10th 2008
     
    I have the exact same issue.
    I am running opentape on my personal website with no issues and it works fine as you can see here
    http://www.pri.me.uk/2008/11/friday-playlist.html
    However I've just installed it onto a private forum that I'm a member of and I get the grey bar with the play button, volume etc but the box below is just white with no songs showing in the playlist and nothing when you hit play as you can see in allentingley's link above.
    Unfortunately I can't link to the other site as it's part of a locked forum.
    The only things that spring to mind are permissions - I seem to remember having to set the ones on my site to 705 or 755 to get it to work but would like someone to confirm it - or that the working version is using Opentape 0.11 whilst the non-functional version is 0.12.
    Any help would be most welcome.
    cheers,
  2.  
    I was having this problem as well--it turns out it's a small error in the xspf.php file. The proper patches to the file can be found in this post: http://opentape.fm/forum/comments.php?DiscussionID=75&page=1#Item_0 (scroll all the way to the bottom for the most recent version). I made those couple of changes to that file, and now my embedded mixtape is working just fine: http://kovenjsmith.com/.
    • CommentAuthordbm
    • CommentTimeDec 11th 2008
     
    Hi Im glad you guys have made a forum like this!!!
    But I still have some problems... I have 0.12 and everything works fine
    in the edit area (plays songs and all..) except for the embedded player..

    If I go to the settings area where it shows the embedded code,
    the player next to it doesn't show a list or play a song (it shows the player only).
    If I copy/paste the code into a php-webpage it does the same..

    I allready replaced the code mentioned above but that doesnt work and even makes
    my song list in the edit area not to be able to play.

    Can anyone PLEASE help me.. I am a newbie so please explain for "dummies"
  3.  
    dbm, I don't really understand PHP, so this took me a bit to figure out. What I ended up doing was re-installing version 0.12, going to code>xspf.php and making these changes:

    replace $tracklist = $doc->createElement('tracklist');
    with $tracklist = $doc->createElement('trackList');

    and then

    replace if (isset($row['opentape_title'])) { $creator->appendChild( $doc->createTextNode( $row['opentape_title'] )); }
    else { $creator->appendChild( $doc->createTextNode( $row['title'] )); }

    with if (isset($row['opentape_title'])) { $title->appendChild( $doc->createTextNode( $row['opentape_title'] )); }
    else { $title->appendChild( $doc->createTextNode( $row['title'] )); }

    Hopefully doing this should get you going.
  4.  
    I'm having the same problems...but 5easypieces hack fixed mine! Thanks very much!
    • CommentAuthorbilly
    • CommentTimeDec 15th 2008
     
    Hi musicisforlovers,

    Can you please paste your working xspf.php

    Thanks!

    GodSpeed!
    • CommentAuthoropentape
    • CommentTimeDec 15th 2008
     
    Looking into this
    • CommentAuthorgrom
    • CommentTimeDec 16th 2008
     
    Just tried 5easypieces fix and it worked for me - thanks mate!
    • CommentAuthoropentape
    • CommentTimeDec 16th 2008
     
    Try the latest build?

    http://opentape.fm/download/archive/opentape-latest.zip

    These changes have been included, thanks guys!
  5.  
    Even after using the latest build AND making sure 5easypieces fixes were in it, I still don't see the player. Any other suggestions?
    • CommentAuthorjdarnold
    • CommentTimeDec 29th 2008
     
    Yeah, none of these changes help my install either, even opentape-latest. What did fix it was grabbing the xspf.php from the opentape-0.11 source and copying that over. Works like a charm now. Before, I could neither get the page directly to work or the embedded player. Clicking would do nothing. But with the backwards version, it all works fine.

    http://www.anaze.us/opentape - my 2008 favorites
    • CommentAuthorZell
    • CommentTimeDec 30th 2008 edited
     
    Please note that the contents of release 0.12 (which is called the latest on the download page) is not the same as that in the URL given by Mr. Opentape above: http://opentape.fm/download/archive/opentape-latest.zip

    The latter does contain the fixes and works out of the box for me. I suppose there could be additional problems.
  6.  
    I've tried opentape-0.12 (with and without 5easypieces edits), I've tried opentape-latest, I've tried copying over the xspf.php file from opentape-0.11 and the one from opentape-0.12...still nothing. Is there anything else I could be missing? I can upload songs, I can listen to them through the normal interface, I just really need the embeded code to work for me.
  7.  
    So I'm the only one still experiencing this problem? Can anyone give me some advice? Please and thank you. :)
  8.  
    I have now figured out that it works fine on my other hosting site. This is specific to my HostGator site. Any other HostGator users out there that may know what's going on?
  9.  
    Apparently it was a problem with my hosting provider. I submitted a ticket and it works now.
    • CommentAuthorkcjameson
    • CommentTimeJan 27th 2009
     
    My player will not load either. What was the problem with your host?
    • CommentAuthormhulse
    • CommentTimeFeb 1st 2009
     
    I am also having the same problem with the latest version of OpenTape... 0.12.

    Is it a permission problem with the xpsf.php file?
    • CommentAuthorrzr
    • CommentTimeMar 5th 2009
     
    I have this problem as well. After trying some of the hacks I got it to function, but it looks aweful. The embedded playlist shows two rows for each song instead of one, and I no longer get the artist field to show up, only the song titles. The upgrade to 0.12 basically screwed me. Trying to find the old one, which wasn't buggy for me at all, but to no avail. Is there an archive somewhere?
    • CommentAuthorrzr
    • CommentTimeMar 5th 2009
     
    Uh, okay, now it looks exactly like it did again. I didn't do anything. Straaange.
    • CommentAuthorclickykbd
    • CommentTimeMar 6th 2009
     
    first time setting up, 0.12 had same problem for me with 1and1. Latest build mentioned above fixed it. Thanks.
    • CommentAuthorbionaut
    • CommentTimeSep 18th 2009
     
    hello folks

    i read and i don't have the solution for my problem.

    I use joomla 1.5 and when i embed the code i only see i white block i my new article.

    I the back end of opentaoe everthing works fine and the player is shown.

    i used the the latest version posted in the link above.

    the url is www.6t6.ch

    the code i embed in the new article of joomla is:

    <div>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="300" height="160" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
    <param name="width" value="300" />
    <param name="height" value="160" />
    <param name="src" value="trax/code/xspf.php" />
    <param name="allowfullscreen" value="true" />
    <param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="300" height="160" src="trax/code/xspf.php" allowfullscreen="true" allowscriptaccess="always"></embed>
    </object>
    </div>

    somebody knows a solution???

    thx for help

    PS: opentape rocks!! :)