[8WR] XenMedio (Media) PRO

[8WR] XenMedio (Media) PRO [Paid] 1.7.0

No permission to buy ($40.00)
I am getting this if I do that:

Please enter a value for the required field 'service_playlist'.

But I am not seeing such field.

@Jaxel I still can't use soundcloud because I am getting this error if I try to edit the soundcloud embed html. Can you please help with this?
 

I get a different error when I do that.

Code:
Mysqli prepare error: Unknown column 'service_playlist' in 'field list'
Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 632
Zend_Db_Adapter_Abstract->update() in XenForo/DataWriter.php at line 1640
XenForo_DataWriter->_update() in XenForo/DataWriter.php at line 1609
XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1405
XenForo_DataWriter->save() in EWRmedio/Model/Services.php at line 62
EWRmedio_Model_Services->updateService() in EWRmedio/ControllerPublic/Media/Service.php at line 141
EWRmedio_ControllerPublic_Media_Service->actionServiceEdit() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/x/public_html/index.php at line 13
 
There are several ways to do this...

If you want to submit a single MP3, upload it to "xf/data/local"... then submit as "audio:yourmusic.mp3".

mp3, mp2, aac and m4a are all supported using the local "audio:" tag.
flv, f4v, m4v, mp4, 3gp, 3g2 and wmv are all supported using the local "video:" tag.

Conversely, if you choose, you can actually do an XML playlist of music instead. "audio:musiclist.xml"

You simply need to create an XML playlist of your music using the MRSS standard
Code:
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:jwplayer="http://developer.longtailvideo.com/trac/">
    <channel>
        <title>SOUL EDGE Khan Super Session</title>
        <image>http://8wayrun.com/music/kss/01.jpg</image>
        <item>
            <title>01 Doubtful Judgement</title>
            <media:content url="http://8wayrun.com/music/kss/01.mp3" duration="226" />
            <media:thumbnail url="http://8wayrun.com/music/kss/01.jpg" />
        </item>
        <item>
            <title>02 The Edge of Soul</title>
            <media:content url="http://8wayrun.com/music/kss/02.mp3" duration="260" />
            <media:thumbnail url="http://8wayrun.com/music/kss/02.jpg" />
        </item>
        <item>
            <title>03 An Oath of the Sword</title>
            <media:content url="http://8wayrun.com/music/kss/03.mp3" duration="93" />
            <media:thumbnail url="http://8wayrun.com/music/kss/03.jpg" />
        </item>
        <item>
            <title>04 P.N.K.N.</title>
            <media:content url="http://8wayrun.com/music/kss/04.mp3" duration="226" />
            <media:thumbnail url="http://8wayrun.com/music/kss/04.jpg" />
        </item>
        <item>
            <title>05 Castaway into Darkness</title>
            <media:content url="http://8wayrun.com/music/kss/05.mp3" duration="222" />
            <media:thumbnail url="http://8wayrun.com/music/kss/05.jpg" />
        </item>
        <item>
            <title>06 Hagakure</title>
            <media:content url="http://8wayrun.com/music/kss/06.mp3" duration="238" />
            <media:thumbnail url="http://8wayrun.com/music/kss/06.jpg" />
        </item>
        <item>
            <title>07 Eternal Memories</title>
            <media:content url="http://8wayrun.com/music/kss/07.mp3" duration="91" />
            <media:thumbnail url="http://8wayrun.com/music/kss/07.jpg" />
        </item>
        <item>
            <title>08 A Haunting Wind</title>
            <media:content url="http://8wayrun.com/music/kss/08.mp3" duration="238" />
            <media:thumbnail url="http://8wayrun.com/music/kss/08.jpg" />
        </item>
        <item>
            <title>09 Another Fanatic</title>
            <media:content url="http://8wayrun.com/music/kss/09.mp3" duration="223" />
            <media:thumbnail url="http://8wayrun.com/music/kss/09.jpg" />
        </item>
        <item>
            <title>10 Moonlight Shadows</title>
            <media:content url="http://8wayrun.com/music/kss/10.mp3" duration="265" />
            <media:thumbnail url="http://8wayrun.com/music/kss/10.jpg" />
        </item>
        <item>
            <title>11 A Continental Gale</title>
            <media:content url="http://8wayrun.com/music/kss/11.mp3" duration="226" />
            <media:thumbnail url="http://8wayrun.com/music/kss/11.jpg" />
        </item>
        <item>
            <title>12 Tiny Amulet</title>
            <media:content url="http://8wayrun.com/music/kss/12.mp3" duration="224" />
            <media:thumbnail url="http://8wayrun.com/music/kss/01.jpg" />
        </item>
        <item>
            <title>13 Yellow Sands</title>
            <media:content url="http://8wayrun.com/music/kss/13.mp3" duration="210" />
            <media:thumbnail url="http://8wayrun.com/music/kss/02.jpg" />
        </item>
        <item>
            <title>14 A Mediterranean Call</title>
            <media:content url="http://8wayrun.com/music/kss/14.mp3" duration="224" />
            <media:thumbnail url="http://8wayrun.com/music/kss/03.jpg" />
        </item>
        <item>
            <title>15 Darkness of Fate</title>
            <media:content url="http://8wayrun.com/music/kss/15.mp3" duration="247" />
            <media:thumbnail url="http://8wayrun.com/music/kss/04.jpg" />
        </item>
        <item>
            <title>16 Our Way Home</title>
            <media:content url="http://8wayrun.com/music/kss/16.mp3" duration="274" />
            <media:thumbnail url="http://8wayrun.com/music/kss/05.jpg" />
        </item>
    </channel>
</rss>
You can see an example of how this looks here:
http://8wayrun.com/media/soul-edge-khan-super-session.2146/media
(only track 2 on this soundtrack is worth listening to)


Hey it is working but I get this error when I save the play list.
Invalid URI supplied
  1. Zend_Uri_Http->__construct() in Zend/Uri.php at line 143
  2. Zend_Uri::factory() in Zend/Http/Client.php at line 270
  3. Zend_Http_Client->setUri() in Zend/Http/Client.php at line 253
  4. Zend_Http_Client->__construct() in EWRmedio/Model/Thumbs.php at line 13
  5. EWRmedio_Model_Thumbs->buildThumb() in EWRmedio/Model/Media.php at line 183
  6. EWRmedio_Model_Media->updateMedia() in EWRmedio/ControllerPublic/Media.php at line 359
  7. EWRmedio_ControllerPublic_Media->actionSubmit() in XenForo/FrontController.php at line 347
  8. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  9. XenForo_FrontController->run() in C:/xampp/htdocs/index.php at line 13
It doesn't seem to be causing any problems so i dont really know what it is. Other than that it is working fantastic!!
 
I'm looking for a way to display the recent video sections in the sidebar or through a widget (this widget is dead) on the main forums?

Something like this
Twz9TNk.png
Just use the recent media block that comes with the add on? It works just fine on my site? Here is where mine is located and you can just goto your admin panel >then blocks>install blocks. The directory on your server should be library\EWRporta\Block\XML.
 
The videos are not displayed in the index. How I can fix it?
what is your "catching of data" set to and have your cleared your history? Other than that I really couldn't help you sorry. Jaxel will get back to you on this soon he is really quick about answering these questions.
 
Administrate media -> Services -> rebuild services.. I am getting following error: Please enter a value for the required field 'service_playlist'.
I only show YouTube as available service. Please advise

UPDATE: This matter resolved in previous post
 
Last edited:
I am getting following error:
  1. Invalid argument supplied for foreach() in /xxxxx/xxxxxxxx/public_html/community/library/XenForo/Template/Abstract.php(265) : eval()'d code, line 114:
    113: ';
    114: foreach ($custom['params'] AS $select)
    115: {
NOTE: This error was generated because splash page was not configured correctly. I am still waiting for additional guidance how to create splash page.
 
Last edited:
splash page configuration please????

If it had been a rattler, I would be deceased right now... :whistle:
 
Last edited:
@Jaxel, when I try to update to the latest version of xenmedio I get this error.
Server Error
Mysqli statement execute error : Incorrect string value: '\xE2\x96\xBA Pl...' for column 'phrase_text' at row 1

  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 574
  4. Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1612
  5. XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1601
  6. XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1393
  7. XenForo_DataWriter->save() in XenForo/Model/Phrase.php at line 1130
  8. XenForo_Model_Phrase->importPhrasesXml() in XenForo/Model/Phrase.php at line 1225
  9. XenForo_Model_Phrase->importPhrasesAddOnXml() in XenForo/Model/AddOn.php at line 328
  10. XenForo_Model_AddOn->importAddOnExtraDataFromXml() in XenForo/Model/AddOn.php at line 226
  11. XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
  12. XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 231
  13. XenForo_ControllerAdmin_AddOn->actionUpgrade() in XenForo/FrontController.php at line 337
  14. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
 
Hi @Jaxel , how would I go about replacing the simple message with the standard message for video comments. Or allow members to edit their own messages and include the @ tag.

Or if that's a bit too much then how would you replace the video comments with the profile comment system (Both use messageSimple yet only profile allows replying and tagging)
 
Last edited:
Top Bottom