Page 1 of 1

custom video player

Posted: Wed Oct 24, 2018 3:10 pm
by Orion_be
Hello,
I'm looking for video player software with a twist. The idea is, if I push the shift buttons on my keyboard the player will play my favorite porn, when I release one the buttons, or both, the player switches to porn I hate. This way I can't touch myself while watching porn I like, if I get to excited I can touch myself while watching porn I hate.

Re: custom video player

Posted: Sun Feb 17, 2019 11:08 am
by Spielers
There is a software wich is nearly what you search but running only on linux, for windows there is a version but it is very bugy.
viewtopic.php?f=26&t=21140#p253649

Re: custom video player

Posted: Wed Mar 06, 2019 2:48 pm
by Orion_be
This is what I'm looking for, but: I tried the win version, but I can't get it to run. a shame I don't know how to run linux :no:

Re: custom video player

Posted: Sat Mar 09, 2019 11:27 pm
by shotgun43895
The idea was hot so I threw something together. It's verry bare-bones and I made this in a rush but it should work at least.
doubleshift.zip
(1.46 KiB) Downloaded 117 times

Requirements:
VLC media player
python 3

python packages:
python-vlc
pynput
(install by typing "pip install python-vlc" and "pip install pynput" into the terminal)

Install that and add videos in the appropriate folders and you're good to go.

Re: custom video player

Posted: Mon Mar 11, 2019 6:00 pm
by Orion_be
Thanks for your effort, but I don't know how to get python to work.
I installed VLC player and Python.
now I run Python 3.7
This looks like the CMD window.
If I type "pip install python-vlc" (without quotes) I get a syntax error with a ^under the last l?
What am I doing wrong?
Thanks in advance for your help.

Re: custom video player

Posted: Mon Mar 11, 2019 6:22 pm
by shotgun43895
Orion_be wrote: Mon Mar 11, 2019 6:00 pm Thanks for your effort, but I don't know how to get python to work.
I installed VLC player and Python.
now I run Python 3.7
This looks like the CMD window.
If I type "pip install python-vlc" (without quotes) I get a syntax error with a ^under the last l?
What am I doing wrong?
Thanks in advance for your help.
You need to type the pip commands from cmd (windows), not the python terminal.

Re: custom video player

Posted: Tue Mar 12, 2019 4:20 pm
by Orion_be
I managed to install the two files now, but when I run doubleshift I get the error message "WindowsError: [Error 126] The specified module could not be found"
Can you help me with that?