Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Ultimate PSPTube 1.3 [PSP HomeBrew]

                  
   
  1. #1
    PSP User AdamRav's Avatar
    Join Date
    Sep 2007
    Location
    UK-England-Walsall
    Age
    35
    Posts
    484
    Rep Power
    0

    psp Ultimate PSPTube 1.3 [PSP HomeBrew]

    Here it is. Ultimate PSPtube 1.3. A modification of PSPTube which allows you to watch videos on your PSP. There are 21 sites included. Below is the readme which includes how to change the site order and stop sites from displaying.


    Sites Included
    --------------
    -CrunchyRoll
    -Dailymotion
    -Google Video
    -Guba
    -LiveLeak
    -MetaCafe
    -MuchoSucko
    -MySpace Videos
    -MyVideo
    -NothingToxic
    -Pornhub
    -Shufuni
    -TNAFlix
    -Tube8
    -Tudou
    -VBox7
    -Veoh
    -Wanktube
    -XVideos
    -YouTube
    -YouTubeHQ


    Known Issues
    ------------
    -Videos don't save to favourites for Veoh and Guba
    -Longer videos in Veoh dont load because they use a format that PSPTube doesn't support
    -Shufuni shows the first page of results for all pages
    -There are various issues with the quality of the videos for many sites because they use a non supported format


    Installation
    ------------
    Simply copy the folder "Ultimate PSPTube" into the directory "PSP/GAME" on your PSP, overwriting any
    older version. There should now be the folder "PSP/GAME/Ultimate PSPTube". Thats all you need to do.


    Controls
    --------
    While Not Playing Video:
    Select - Changes the selected site which is displayed in the top left corner.
    X - Play the selected video.
    O - Search for videos on the selected site.
    Triangle - Brings up the menu where you can save to favourites, add to playlist etc.
    Square - Switches the view. Either search results, video playback or split.
    L Trigger - Previous page of results.
    R Trigger - Next page of results.

    While Playing Video:
    O - Stops the video returns to search results.
    Square - Switches the view. Either search results, video playback or split.
    Triangle - Hides the time display. Press again to hide video playback and then press again to show all.
    Select - Change the video playback size.
    Start - Pauses the video. Press again to resume.
    Left Arrow - Slows down the playback speed.
    Right Arrow - Speeds up the playback speed.


    How To Change The Site Order & Stop Sites From Displaying
    ---------------------------------------------------------
    Ultimate PSPTube has a feature allowing you to change the order that the sites are
    displayed in as well as selecting what sites you actually want to display. To change
    the site order or stop sites from being displayed, you need to edit the config.js file
    found in root folder of Ultimate PSPTube. Below is an example of the section that
    contains the site order and what sites to display.

    //Order Of Sites
    //To not use a site just comment the line out
    var site_order = [
    "YouTube",
    "TNAFlix",
    "CrunchyRoll",
    "MetaCafe",
    "Wanktube",
    "Pornhub",
    "MuchoSucko",
    "Dailymotion",
    "LiveLeak",
    "Guba",
    "NothingToxic",
    "MyVideo",
    "VBox7",
    "Tudou",
    "MySpace Videos",
    "Veoh",
    "Google Video",
    "YouTubeHQ",
    "Shufuni",
    "Tube8",
    "XVideos",
    ];

    As you can see the order in the example above goes YouTube, then TNAFlix, then
    CrunchyRoll, etc. If you want to change the site order all you have to do is switch the
    lines around. If you want to not display a site you can put // in front of the line
    containing that site. Below is another example with a few changes.

    //Order Of Sites
    //To not use a site just comment the line out
    var site_order = [
    "YouTube",
    "Dailymotion",
    "Veoh",
    //"TNAFlix",
    "CrunchyRoll",
    "MetaCafe",
    "Wanktube",
    "Pornhub",
    "MuchoSucko",
    "LiveLeak",
    //"Guba",
    "NothingToxic",
    "MyVideo",
    "VBox7",
    "Tudou",
    "MySpace Videos",
    "Google Video",
    "YouTubeHQ",
    "Shufuni",
    "Tube8",
    "XVideos",
    ];

    Now the order of the sites in the above example goes YouTube, then Dailymotion, then
    Veoh, etc. Also notice that in this example TNAFlix and Guba wouldn't be displayed in Ultimate
    PSPTube because they have // in front of them.


    Veoh Family Filter
    ------------------
    You can turn Veoh family filter on or off in the config.js file found in root folder of
    Ultimate PSPTube. Below is the section that you would need to edit.

    //Veoh Family Filter
    //0: Off
    //1: On
    PSPTube.VeohFamilyFilter = 0;

    In the example above, Veoh family filter is turned off because it is set to 0. If you set
    it to 1, Veoh family filter would be turned on.


    File & Folder Structure
    -----------------------
    Ultimate PSPTube/favorites
    Ultimate PSPTube/system/sites/CrunchyRoll.js
    Ultimate PSPTube/system/sites/Dailymotion.js
    Ultimate PSPTube/system/sites/Google Video.js
    Ultimate PSPTube/system/sites/Guba.js
    Ultimate PSPTube/system/sites/LiveLeak.js
    Ultimate PSPTube/system/sites/MetaCafe.js
    Ultimate PSPTube/system/sites/MuchoSucko.js
    Ultimate PSPTube/system/sites/MySpace Videos.js
    Ultimate PSPTube/system/sites/MyVideo.js
    Ultimate PSPTube/system/sites/NothingToxic.js
    Ultimate PSPTube/system/sites/Pornhub.js
    Ultimate PSPTube/system/sites/Shufuni.js
    Ultimate PSPTube/system/sites/TNAFlix.js
    Ultimate PSPTube/system/sites/Tube8.js
    Ultimate PSPTube/system/sites/Tudou.js
    Ultimate PSPTube/system/sites/VBox7.js
    Ultimate PSPTube/system/sites/Veoh.js
    Ultimate PSPTube/system/sites/Wanktube.js
    Ultimate PSPTube/system/sites/XVideos.js
    Ultimate PSPTube/system/sites/YouTube.js
    Ultimate PSPTube/system/sites/YouTubeHQ.js
    Ultimate PSPTube/system/dvemgr.prx
    Ultimate PSPTube/system/mediaengine.prx
    Ultimate PSPTube/system/site_man.js
    Ultimate PSPTube/config.js
    Ultimate PSPTube/EBOOT.PBP
    Ultimate PSPTube/Readme.txt


    Changelog
    ---------

    1.3
    -MetaCafe is now included
    -XVideos is now included
    -Tudou is now included
    -Pornhub is now included
    -YouTubeHQ is now included
    -Family filter for Veoh is now an option in the config
    -YouTube bug fixed where it comes to the end of results on the first page
    -Google Video script is fixed after it stopped working because they changed the way
    the video length was displayed on their site

    1.2
    -LiveLeak is now included
    -VBox7 is now included
    -Small improvements to video descriptions

    1.1
    -NothingToxic is now included
    -Tube8 is now included
    -Hyperlinks in descriptions are now replaced with their text
    Example: "<a href="http://www.somesite.com">Here</a>" becomes "Here"
    -HTML Image tags are now removed from descriptions
    Example: "<img src="http://www.somesite.com/someimage.gif">" is removed
    -Small bug fixes

    1.0
    -Original Release

    CLICK HERE TO DOWNLOAD
    Last edited by AdamRav; November 30th, 2008 at 20:19.

  2. #2

    Default

    this is really amazing thanks for the update.this is seemly THE best psptube to hit the homebrew scene.

    and is there a way to contact this person, i'd like to request for him/her to inclde a megavideo script.
    Last edited by gamefreak199101; November 30th, 2008 at 00:12.

  3. #3
    PSP User AdamRav's Avatar
    Join Date
    Sep 2007
    Location
    UK-England-Walsall
    Age
    35
    Posts
    484
    Rep Power
    0

    Default

    Yea, i think he's in the process of making it

    you can catch him over at maxconsole forums in this thread

    http://forums.maxconsole.net/showthread.php?t=132423

  4. #4
    DCEmu Newbie GibsonSGKing's Avatar
    Join Date
    May 2008
    Location
    PA, USA
    Posts
    87
    Rep Power
    0

    Default

    coolness!!! do i still need to make a special you tube account though?

  5. #5
    DCEmu Newbie
    Join Date
    Jun 2006
    Location
    Hamburg
    Age
    45
    Posts
    10
    Rep Power
    0

    Default

    A new version of PSP Tube is always a delight. But for some reason this is the first version I can't get to work. Program is starting fine, I can choose my internet connection and it says I'm online (checked it with netstatus thingy), so far so well. But when I'm searching for something, then nothing happens, and I can't press any buttons except the home button to exit the program. CF is 5.00 M33-3. Thanx for help in advance.

  6. #6
    DCEmu Newbie GibsonSGKing's Avatar
    Join Date
    May 2008
    Location
    PA, USA
    Posts
    87
    Rep Power
    0

    Default

    Quote Originally Posted by Hansetranse View Post
    A new version of PSP Tube is always a delight. But for some reason this is the first version I can't get to work. Program is starting fine, I can choose my internet connection and it says I'm online (checked it with netstatus thingy), so far so well. But when I'm searching for something, then nothing happens, and I can't press any buttons except the home button to exit the program. CF is 5.00 M33-3. Thanx for help in advance.
    just put into the game folder. then push select to choose the site. then circle to start a search. then you select the video, and profit :thumbup:

  7. #7
    DCEmu Newbie
    Join Date
    Oct 2008
    Posts
    18
    Rep Power
    0

    Default

    Really great stuff !!!
    But be that moral and remove the p*rn sites.
    There are people who won't get dirty by sh*t like that (meaning the p*rn sites).
    But after all:
    Keep up the good work !!!!
    =D

  8. #8
    PSP User AdamRav's Avatar
    Join Date
    Sep 2007
    Location
    UK-England-Walsall
    Age
    35
    Posts
    484
    Rep Power
    0

    Default

    Quote Originally Posted by EEragon View Post
    Really great stuff !!!
    But be that moral and remove the p*rn sites.
    There are people who won't get dirty by sh*t like that (meaning the p*rn sites).
    But after all:
    Keep up the good work !!!!
    =D
    If you don't want to view the porno sites

    then replace the existing config.js file with the one i've attached with this post.

    (Unrar first!!!!)

  9. #9
    DCEmu Newbie
    Join Date
    Oct 2008
    Posts
    18
    Rep Power
    0

    Default

    Thank you

  10. #10

    Default

    Wow, if this works, this made my day cuz I was really bummed to find out the PSP web browser couldn't run youtube vids. Thanks dood :thumbup:

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •