• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[8wayRun.Com] XenMedio (Media)

Status
Not open for further replies.
a. He already responded: #503
b. It was my issue, not iTuN3r's (he was responding to me)
c. Jaxel was right--part of my code for navigation was missing (though I'm not sure why that didn't show up as outdated o_O) and fixing it did the trick. Thanks again!
 
for that to work u need the portal also right?

the combination of the portal + the media library + a shoutbox on a shared host, would use much resources? :S
 
Im sure this has been brought up before and I tried search with no luck, so here it goes, maybe someone can point me in the right direction. What template do I have to locate to change the Media Tab name in the nabar. thanks in advance.
 
Getting this error after installing and trying to upload first video ... video uploads but there is no thumbnail with video:

Invalid model 'EWRmedio_Model_Thumbs' specified
  1. XenForo_Model::create() in XenForo/Model.php at line 113
  2. XenForo_Model->getModelFromCache() in EWRmedio/Model/Media.php at line 150
  3. EWRmedio_Model_Media->updateMedia() in EWRmedio/ControllerPublic/Media.php at line 1113
  4. EWRmedio_ControllerPublic_Media->inputMediaUpdate() in EWRmedio/ControllerPublic/Media.php at line 378
  5. EWRmedio_ControllerPublic_Media->actionMediaSubmit() in XenForo/FrontController.php at line 310
  6. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  7. XenForo_FrontController->run() in /home/content/a/y/v/ayv7238/html/forum/index.php at line 15
 
Im sure this has been brought up before and I tried search with no luck, so here it goes, maybe someone can point me in the right direction. What template do I have to locate to change the Media Tab name in the nabar. thanks in advance.
It's simply the phrase "media."
 
when i do [medio]1[/medio] (its the link for the video)

i get

Qq3


can that be fixed?
also the keyword cloud does not work even if its enabled :S

Qxn
 
I get this error when trying to install: Fatal error: Function __autoload(EWRmedio_Install) threw an exception of type 'ErrorException' in /home/*/public_html/comunidade/library/XenForo/Model/AddOn.php on line 230
 
None of my videos are working, the screen comes up but nothing plays!

[edit] MetaCafe videos are not working..... :) The rest are.
 
Please give me links and error details... I can't fix the problem otherwise.
link: http://www.youtube.com/watch?v=MyNSx7TXVqE
error:
Server Error

Mysqli statement execute error : Duplicate entry '1-MyNSx7TXVqE-' for key 'UNIQUE'
  1. Zend_Db_Statement_Mysqli->_execute()inZend/Db/Statement.phpat line317
  2. Zend_Db_Statement->execute()inZend/Db/Adapter/Abstract.phpat line479
  3. Zend_Db_Adapter_Abstract->query()inZend/Db/Adapter/Abstract.phpat line574
  4. Zend_Db_Adapter_Abstract->insert()inXenForo/DataWriter.phpat line1500
  5. XenForo_DataWriter->_insert()inXenForo/DataWriter.phpat line1489
  6. XenForo_DataWriter->_save()inXenForo/DataWriter.phpat line1291
  7. XenForo_DataWriter->save()inEWRmedio/Model/Media.phpat line128
  8. EWRmedio_Model_Media->updateMedia()inEWRmedio/ControllerPublic/Media.phpat line1113
  9. EWRmedio_ControllerPublic_Media->inputMediaUpdate()inEWRmedio/ControllerPublic/Media.phpat line378
  10. EWRmedio_ControllerPublic_Media->actionMediaSubmit()inXenForo/FrontController.phpat line310
  11. XenForo_FrontController->dispatch()inXenForo/FrontController.phpat line132
  12. XenForo_FrontController->run()in/home/******/public_html/index.phpat line15




that only happens on duplicated videos, though still [medio][/medio] doesnt appear the thumbnail for working videos :(
 
Really? no one cares about THIS?
http://www.8wayrun.com/media/soulcalibur-original-soundtrack.1970/

The media library now supports local soundtrack playlists in the following format:
Code:
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
    <channel>
        <title>SOULCALIBUR original soundtrack</title>
        <image>http://www.8wayrun.com/_music/sc1/album.jpg</image>
        <item>
            <title>1-01 Light &amp; Darkness</title>
            <media:content url="http://www.8wayrun.com/_music/sc1/disc1-01.mp3" duration="121" />
            <media:thumbnail url="http://www.8wayrun.com/_music/sc1/album.jpg" />
        </item>
        <item>
            <title>1-02 The Stage of History</title>
            <media:content url="http://www.8wayrun.com/_music/sc1/disc1-02.mp3" duration="67" />
            <media:thumbnail url="http://www.8wayrun.com/_music/sc1/album.jpg" />
        </item>
    </channel>
</rss>

Also, in the next version, local media will be in the /data/local/ folder, instead of /data/media/
 
Really? no one cares about THIS?
http://www.8wayrun.com/media/soulcalibur-original-soundtrack.1970/

The media library now supports local soundtrack playlists in the following format:
Code:
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
    <channel>
        <title>SOULCALIBUR original soundtrack</title>
        <image>http://www.8wayrun.com/data/local/soulcalibur/album.jpg</image>
        <item>
            <title>1-01 Light &amp; Darkness</title>
            <media:content url="data/local/soulcalibur/disc1-01.mp3" duration="121" />
            <media:thumbnail url="data/local/soulcalibur/album.jpg" />
        </item>
        <item>
            <title>1-02 The Stage of History</title>
            <media:content url="data/local/soulcalibur/disc1-02.mp3" duration="67" />
            <media:thumbnail url="data/local/soulcalibur/album.jpg" />
        </item>
    </channel>
</rss>
I almost posted, but then figured it was one of the extra services...now that I see that, that would be awesome for my site! :D Nice work as always. ^_^
 
Really? no one cares about THIS?
http://www.8wayrun.com/media/soulcalibur-original-soundtrack.1970/

The media library now supports local soundtrack playlists in the following format:
Code:
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
    <channel>
        <title>SOULCALIBUR original soundtrack</title>
        <image>http://www.8wayrun.com/_music/sc1/album.jpg</image>
        <item>
            <title>1-01 Light &amp; Darkness</title>
            <media:content url="http://www.8wayrun.com/_music/sc1/disc1-01.mp3" duration="121" />
            <media:thumbnail url="http://www.8wayrun.com/_music/sc1/album.jpg" />
        </item>
        <item>
            <title>1-02 The Stage of History</title>
            <media:content url="http://www.8wayrun.com/_music/sc1/disc1-02.mp3" duration="67" />
            <media:thumbnail url="http://www.8wayrun.com/_music/sc1/album.jpg" />
        </item>
    </channel>
</rss>

Also, in the next version, local media will be in the /data/local/ folder, instead of /data/media/

Awesome :P i will be waiting for next update hopefully Category system will be properly fixed too like we discussed before :P
 
Status
Not open for further replies.
Top Bottom