Cock Hero - Randomiser

Discussion about Cock Hero and other sexy videos.

Moderator: andyp

cockherolover
Explorer At Heart
Explorer At Heart
Posts: 307
Joined: Fri Oct 19, 2012 9:45 am

Re: Cock Hero - Randomiser

Post by cockherolover »

burbenk1500 wrote:Hi everyone!!!!
Can anybody please upload it again?
Will add it to the streaming site as a permanent solution. But this will take some time, as Stroker Ace 2 and Cum Challenge 2 is in the queue :)

In the meantime you may check nihilus link if it still works.
javxxx
Explorer
Explorer
Posts: 15
Joined: Sun Apr 05, 2009 10:46 pm

Re: Cock Hero - Randomiser

Post by javxxx »

wolfy wrote:I was trying to add CH Curves to my CHDB file for my randomizer. It showed slot 118 Cock Hero Curves Edition.mp4 but it said offline. Here is what I added to my CHDB file :

<VIDEO>
<Filename>Cock Hero Curves Edition.mp4</Filename>
<Round>
<StartTime>00:00:33</StartTime>
<EndTime>00:04:53</EndTime>
<SkillRaiting>1</SkillRaiting>
</Round>
<Round>
<StartTime>00:05:26</StartTime>
<EndTime>00:08:54</EndTime>
<SkillRaiting>1</SkillRaiting>
</Round>
<Round>
<StartTime>00:09:33</StartTime>
<EndTime>00:15:13</EndTime>
<SkillRaiting>1</SkillRaiting>
</Round>
<Round>
<StartTime>00:15:54</StartTime>
<EndTime>00:20:36</EndTime>
<SkillRaiting>1</SkillRaiting>
</Round>
<Round>
<StartTime>00:21:17</StartTime>
<EndTime>00:27:17</EndTime>
<SkillRaiting>1</SkillRaiting>
</Round>
<Round>
<StartTime>00:27:56</StartTime>
<EndTime>00:35:52</EndTime>
<SkillRaiting>1</SkillRaiting>
</Round>
</VIDEO>

Any reason why this didn't work?
You forgot the "-" in the name of the video:
<Filename>Cock Hero - Curves Edition.mp4</Filename>
User avatar
kell42
Explorer
Explorer
Posts: 35
Joined: Wed Sep 07, 2011 8:42 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: Cock Hero - Randomiser

Post by kell42 »

I noticed that there's no longer an active link to download an up-to-date database file. Here's mine - it's a custom file, with all the names changed to reflect my preferences, so it might take a bit of work (but much less than starting from scratch ;)

http://filecloud.io/qr7vw9da

I've also created individual text files for the time codes of every CH video I have. This is a zip file containing all 60-something of them.

http://filecloud.io/rbvhugc5

If anybody wants to upload these to a service that lasts longer,or create a torrent, feel free. (I'm in Afghanistan, with internet that, on a good night, performs like dial-up circa 1996, so my options are limited.)

And finally, here's an alphabetical list of all the videos included. (Again, my own file names.)
  • -Randomizer Time Template.txt

    -5 Minute Lightning Round
    -Cock Hero - Anatomy
    -Cock Hero - Christmas
    -Cock Hero - Dance Workout
    -Cock Hero - EDM Level 1
    -Cock Hero - Elite
    -Cock Hero - Hard Beats Beatmeter 1
    -Cock Hero - Match 1
    -Cock Hero - Match 11
    -Cock Hero - Match 12
    -Cock Hero - Match 14
    -Cock Hero - Match 15
    -Cock Hero - Match 2
    -Cock Hero - Match 3
    -Cock Hero - Match 4
    -Cock Hero - Match 5
    -Cock Hero - Match 6
    -Cock Hero - Music Mix
    -Cock Hero - Music Styles
    -Cock Hero - Pink Complex
    -Cock Hero - QT
    -Cock Hero - Red Ecstasy
    -Cock Hero - Rubstep
    -Cock Hero - Say Hello
    -Cock Hero - Slutty and Kinky
    -Cock Hero - Ultimate
    -Cock Hero - Versus
    -Cock Hero Babes - Episode 1
    -Cock Hero Babes - Episode 2
    -Cock Hero Babes - Episode 3 (incomplete - corrupt file)
    -Cock Hero Babes - Episode 4 (incomplete - corrupt file)
    -Cock Hero Fail
    -Cock Hero Flux - Episode 1
    -Cock Hero Flux - Episode 2
    -Cock Hero Flux - Episode 3
    -Cock Hero Flux - Episode 4
    -Cock Hero Flux - Episode 5
    -Cock Hero Flux - Episode 6
    -Cock Hero Hardcore - Episode 1
    -Cock Hero Hardcore - Episode 2
    -Cock Hero Hardcore - Episode 3
    -Cock Hero Hardcore - Episode 4
    -Cock Hero Nations - Episode 1
    -Cock Hero Nations - Episode 2
    -Cock Hero Pornstar Edition - Gracie Glam
    -Cock Hero POV - Warmup Round
    -Cock Hero Punx - Round 1
    -Cock Hero Shorts - Episode 1 - Shorts
    -Cock Hero Shorts - Episode 2 - Black Diamond
    -Cock Hero Shorts - Episode 3 - Celeste and Sammie
    -Cock Hero Teens - Episode 1
    -Cock Heroine - Sasha Grey Edition
    -Cock Instruction
    -Cum Challenge 1
    -Incredible Titties Edge Test - Episode 2
    -Milovana Edge Experiment 2
    -Mr. Edger - The Self Control Course 1
    -Mr. Edger - The Self Control Course 2
    -Pornstar Workout 1
    -Pornstar Workout 2
    -Pornstar Workout 3
    -Pornstar Workout Lite 1
    -Pornstar Workout Lite 2
    -Stroker Ace Challenge 1
    -Stroker Ace Challenge 2
    -Teasing Foreplay Challenge
    -The Flux Dance Project
Last edited by kell42 on Wed Jan 02, 2013 4:06 am, edited 1 time in total.
CHf4n
Curious Newbie
Curious Newbie
Posts: 4
Joined: Sat Dec 24, 2011 4:48 pm

Re: Cock Hero - Randomiser

Post by CHf4n »

maharajah wrote:Alright, folks, here's something a little more flexible, built in Java. Not necessarily up to snuff with the existing one for Windows, but I did try to take the time to at least document the code a little better before releasing it. Code quality is low-ish, my apologies.

This is based around using VLC as your player, so I assume you have that installed. It then pulls in jna vlcj to hook up to it, and requires the following flag to point to VLC's lib folder. In Eclipse, Run As > Run Configurations > Arguments > VM arguments, you need to add the path to VLC. For OSX, it is probably:
-Djna.library.path=/Applications/VLC.app/Contents/MacOS/lib

More info, see http://www.capricasoftware.co.uk/vlcj/tutorial1.php

A few things in terms of actually using the player:
- Eclipse project right now. Maybe someone can package as a jar to be more easily runnable? You should be able to simply import this into Eclipse and more or less run it though, probably immediately if you have a Mac with VLC installed. By default, the videos should be in the "vids" directory, and there's a sample "my_round" that it's pointed at.
- Entry point is VideoRandomizer.java. You can change the locations of hardcoded paths in there if you want.
- Works on existing CHDB.xml.
- You can have playlist files that look like:

Code: Select all

5-2,3-7,8-29-6,10-25-1
In this case, the player will pick round 1 from the first line, round 2 from the second line, and so on. Gives you a little more control over the flow of your randomizer experience. See "my_round" file for more detail.
- I changed some of the keyboard shortcuts around, but those are in VideoFrame.java (search for "inputMap"). "F" will fullscreen and "Cmd+Right" will skip to the next round.

And finally:

http://filecloud.io/qak1m9fr

Just got this working, pretty good stuff. Some advice for others, if you're getting vlc library errors and it is crashing you most likely need to downgrade to VLC 2.0.3. Newer versions don't work.

I also can't seem to get the player to do just a simple random shuffle of all of the videos, i.e playlist-less playback.
FicklePickleTickle
Explorer
Explorer
Posts: 78
Joined: Wed Sep 28, 2011 4:39 pm
Gender: Male
Sexual Orientation: Straight
I am a: Dom (Male)

Re: Cock Hero - Randomiser

Post by FicklePickleTickle »

Just a suggestion, but maybe someone should start a Torrent for the program (& possibly the customizations that people have worked on). The program hasn't been available for ages and that might be better than something that will expire again.
ThumpeR11
Explorer
Explorer
Posts: 81
Joined: Sun Apr 08, 2012 5:17 pm

Re: Cock Hero - Randomiser

Post by ThumpeR11 »

FicklePickleTickle wrote:Just a suggestion, but maybe someone should start a Torrent for the program (& possibly the customizations that people have worked on). The program hasn't been available for ages and that might be better than something that will expire again.
I think I could start up the torrent, but I'd need a complete database file, because I haven't updated mine in a long time.
User avatar
kell42
Explorer
Explorer
Posts: 35
Joined: Wed Sep 07, 2011 8:42 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: Cock Hero - Randomiser

Post by kell42 »

I think I could start up the torrent, but I'd need a complete database file, because I haven't updated mine in a long time.
If somebody can post the original file names, I'll modify my database file to work with them. It's not complete, but it's pretty close (see list above.)

If anybody has time codes for the videos I'm missing, I'll be happy to add those as well.
User avatar
andyp
Explorer At Heart
Explorer At Heart
Posts: 279
Joined: Sun Jun 05, 2011 1:42 pm

Re: Cock Hero - Randomiser

Post by andyp »

Sorry im late,

code is attached,

http://filecloud.io/w2do3l9q

If you want the password you will need to contact me,

Andyp
FicklePickleTickle
Explorer
Explorer
Posts: 78
Joined: Wed Sep 28, 2011 4:39 pm
Gender: Male
Sexual Orientation: Straight
I am a: Dom (Male)

Re: Cock Hero - Randomiser

Post by FicklePickleTickle »

Not sure if you're busy or if messages got lost in the system, but I contacted you for the password a few days ago and have not heard back.

Edited to add the following.: andyp got back to me and I have it now. Thanks, Andy.
FicklePickleTickle
Explorer
Explorer
Posts: 78
Joined: Wed Sep 28, 2011 4:39 pm
Gender: Male
Sexual Orientation: Straight
I am a: Dom (Male)

Re: Cock Hero - Randomiser

Post by FicklePickleTickle »

The file posted above is version 0.9 beta. It only checks for CH 1 - 6.

I thought this was supposed to be version 1.4.
ds13sp21
Explorer
Explorer
Posts: 76
Joined: Tue Nov 20, 2012 3:30 am
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: Cock Hero - Randomiser

Post by ds13sp21 »

how do u download from ifile??
it never works for me
plz help:(
User avatar
les
Experimentor
Experimentor
Posts: 6126
Joined: Thu Apr 19, 2007 10:04 am
Gender: Male
Sexual Orientation: Bisexual/Bi-Curious
I am a: Dom (Male)
Sub/Slave(s): My serfs
All 2 True is head Serf
Location: London England
Contact:

Re: Cock Hero - Randomiser

Post by les »





                 register for a free account.



                                          Lord Les
                                 Be careful what you wish for!

Growing OLD Is Inevitable,
          But Growing UP... Is Optional
                    OR
                              Why do I have to stop being a KID now I can afford it.







                                
                                                                                                                                                   
mortimer
Explorer At Heart
Explorer At Heart
Posts: 184
Joined: Sat Apr 21, 2012 10:24 pm

Re: Cock Hero - Randomiser

Post by mortimer »

Here is the randomiser with my database... you might want to change the database to fit your needs

It's version 1.4
nihlus
Explorer
Explorer
Posts: 74
Joined: Thu Nov 03, 2011 12:33 pm

Re: Cock Hero - Randomiser

Post by nihlus »

Does anyone have what they consider to be a "complete" CHDB file?

I'm looking for a copy that's up to date as possible so I can release it alongside my Java version of it.
prawndiddy
Explorer At Heart
Explorer At Heart
Posts: 111
Joined: Tue Apr 24, 2012 1:34 am

Re: Cock Hero - Randomiser

Post by prawndiddy »

I don't know how far along the efforts to recreate/port the randomizer are, or even how many different people are poking at it, but there's one thing I think would be really handy.

Would it be possible to recreate the XML hierarchy structure in the list of rounds within the application? What I'm envisioning is more of a collapsible tree than the current video listing. The other half of this is to use a checkbox type of interface instead of the "create your own" list. Checking a video header would check/uncheck toggle all rounds in that video, and then expanding the video would allow checking/unchecking specific rounds. Instead of the list of numbers being directly visible in the app to create a special playlist, it could import/export the checklist using the same notation. It would also make it easier to exclude a few videos that the user doesn't want, instead of having to build up from zero. Blacklist vs Whitelist, so to speak.

It probably sounds like a lot of work, but I have a feeling that most of the hard stuff is done already by reading in the XML anyway, and displaying/interfacing it the way I'm describing might not take more than a few hours with the proper forms/objects.

Eh? Thoughts?
Post Reply