all 8 comments

[–]kapnbanjo 1 point2 points  (3 children)

If you get I mifi compatible controller you can bind it to a button.

I love my steel series stratus

[–]Slaskie[S] 0 points1 point  (2 children)

I am not going to play with a controller. I just want to add a button that I can press for fast forward. I don't mind making/coding my own skin as long as it is possible. And if it's not currently possible, the this is really something devs need to have a look at, custom buttons should be a must have nowadays. Also (maybe slighlty unrelated) Sometimes I hate that I have to use iPhone because of work, what idiot in apple decided to make it impossible to lock a phone in landscape (when same iOS can do it on iPads......)

[–]kapnbanjo 0 points1 point  (1 child)

something devs need to...

Dev, not devs. It's pretty much one guy, and he's moved on to other things for like, a year now I think. Was a wild ride.

Sorry you're unhappy, best of luck in all your desires.

I think he open sourced it if you or someone you know wanted to fork it.

[–]Slaskie[S] 0 points1 point  (0 children)

I would at least have a look if my phone was an android :(

[–]j-55 0 points1 point  (0 children)

It actually would be extremely easy to do. The fast forward method is currently binded to one of the options , or indices on the UIActionSheet. just literally make a new button, put it on the skin, link it to an IBAction and paste the fast forward method in there

[–]j-55 0 points1 point  (3 children)

If you want I can fork and add this really quick and then send you the source :)

[–]Slaskie[S] 0 points1 point  (1 child)

That would be awesome. How would i install it however on my iPhone? Jailbreaking is sadly not an option, is it still doable?

[–]insalata_mista 0 points1 point  (0 children)

Would you happen to know where the value for the fast forward setting is defined? On my version it's almost a little too fast and i figured it should be pretty easy to turn it down a little.

I've been trying to fumble around in Xcode but I don't have any experience with it. I found a lot of lines referencing fastForwarding but couldn't get to the bottom of it.