[GuideMe] Tease Downloader with EOS Support
Moderator: 1885
Re: [GuideMe] Tease Downloader with EOS Support
Good afternoon! Maybe someone knows if it is possible to view the teasers downloaded using Maildownloader_0.97 on an iPhone?
- PlayfulGuy
- Experimentor

- Posts: 1068
- Joined: Sat Jul 07, 2012 10:08 pm
- Gender: Male
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Switch
- Dom/me(s): No domme
- Sub/Slave(s): No sub
- Location: British Columbia, Canada
Re: [GuideMe] Tease Downloader with EOS Support
No it's not. These are downloaded and converted for use in GuideMe, which is a Java application primarily released for Windows, although some have gotten it running on Linux in the past. But you can always use the browser on your iPhone and visit Milovana to do the teases online.vvvxxx115 wrote: Thu Apr 18, 2024 11:18 am Good afternoon! Maybe someone knows if it is possible to view the teasers downloaded using Maildownloader_0.97 on an iPhone?
PG
I'd rather be stroking!
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
Re: [GuideMe] Tease Downloader with EOS Support
Thank you for the answer and for your work in general! There is also another question. For some reason, the pictures in the Guide me program turn out to be truncated, that is, I do not see the lower part of the picture. What settings can be used to fix this? And also, how can I translate text in a program? Which program is more convenient to do this? “thanks.PlayfulGuy wrote: Sat Apr 20, 2024 4:02 pmNo it's not. These are downloaded and converted for use in GuideMe, which is a Java application primarily released for Windows, although some have gotten it running on Linux in the past. But you can always use the browser on your iPhone and visit Milovana to do the teases online.vvvxxx115 wrote: Thu Apr 18, 2024 11:18 am Good afternoon! Maybe someone knows if it is possible to view the teasers downloaded using Maildownloader_0.97 on an iPhone?
PG
- PlayfulGuy
- Experimentor

- Posts: 1068
- Joined: Sat Jul 07, 2012 10:08 pm
- Gender: Male
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Switch
- Dom/me(s): No domme
- Sub/Slave(s): No sub
- Location: British Columbia, Canada
Re: [GuideMe] Tease Downloader with EOS Support
I've not encountered that issue with images being truncated. I'd suggest you check the image scaling settings in GuideMe's Application Preferences. Otherwise maybe post a screenshot, and the tease ID of the tease (or teases) you get this on so I can try and replicate it. In Guideme images are usually dynamically scaled to fit within the current window, and resize automatically if you resize the window, so that's a bit of a puzzle.vvvxxx115 wrote: Wed Apr 24, 2024 2:54 am Thank you for the answer and for your work in general! There is also another question. For some reason, the pictures in the Guide me program turn out to be truncated, that is, I do not see the lower part of the picture. What settings can be used to fix this? And also, how can I translate text in a program? Which program is more convenient to do this? “thanks.
As for translating, I've only ever used Google translate so can't really comment beyond that. It would be a pain to try and translate an entire tease that way. Maybe ask that question in a new thread in this forum, or in the "All and Everything" forum.
PG
I'd rather be stroking!
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
Re: [GuideMe] Tease Downloader with EOS Support
Hi there,
I downloaded your MiloDownloader_0.97.zip but as soon as I try to unzip I get a virus warning ( Avast) and the file gets quarantined.
Any idea? Thanks
I downloaded your MiloDownloader_0.97.zip but as soon as I try to unzip I get a virus warning ( Avast) and the file gets quarantined.
Any idea? Thanks
- FrozenWolf
- Explorer At Heart

- Posts: 434
- Joined: Tue Oct 30, 2018 7:50 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
- Dom/me(s): None
- Sub/Slave(s): None
- Location: UK
Re: [GuideMe] Tease Downloader with EOS Support
Unfortunately, it's very difficult to get a non-signed pyinstaller executable to pass all of the virus checks, even though it's not malicious, some virus scanners prefer to be cautious which is understandable.Pinco wrote: Tue May 14, 2024 11:57 am Hi there,
I downloaded your MiloDownloader_0.97.zip but as soon as I try to unzip I get a virus warning ( Avast) and the file gets quarantined.
Any idea? Thanks
As PlayfulGuy noted here: viewtopic.php?p=359462#p359462, Avast is one of the 5 that thinks it's a bit dodgy.
The only workaround that I can think of at the moment is to run the application from the source code if you're comfortable doing that. I can help if you want to give it a go.
@PlayfulGuy...
As an experiment, I modified
MakePy.cmdto constrain the dependencies and build within a virtual environment, but that executable was flagged as a trojan by 10 scanners, and Avast was still one of them. On the positive side, the executable is a bit smaller.
The change to
MakePy.cmdspecifies explicit versions of each package that MiloDownloader uses, but I had to guess on the versions of each package that you have. If you want to send me the output of '
pip freeze', I'll match the versions up and send you the updated
MakePy.cmd. It may not help with the immediate problem (I still use Python 3.10 as opposed to your Python 3.12 so our builds will be different), but it will make it easier to tweak the package versions to see if the problem can be mitigated.
-FW
Author of:
MiloDB: Finding Old Teases
- PlayfulGuy
- Experimentor

- Posts: 1068
- Joined: Sat Jul 07, 2012 10:08 pm
- Gender: Male
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Switch
- Dom/me(s): No domme
- Sub/Slave(s): No sub
- Location: British Columbia, Canada
Re: [GuideMe] Tease Downloader with EOS Support
Sorry guys, I haven't been on Milovana for a while.FrozenWolf wrote: Wed May 15, 2024 4:06 pmUnfortunately, it's very difficult to get a non-signed pyinstaller executable to pass all of the virus checks, even though it's not malicious, some virus scanners prefer to be cautious which is understandable.Pinco wrote: Tue May 14, 2024 11:57 am Hi there,
I downloaded your MiloDownloader_0.97.zip but as soon as I try to unzip I get a virus warning ( Avast) and the file gets quarantined.
Any idea? Thanks
As PlayfulGuy noted here: viewtopic.php?p=359462#p359462, Avast is one of the 5 that thinks it's a bit dodgy.
The only workaround that I can think of at the moment is to run the application from the source code if you're comfortable doing that. I can help if you want to give it a go.
@PlayfulGuy...
As an experiment, I modifiedMakePy.cmdto constrain the dependencies and build within a virtual environment, but that executable was flagged as a trojan by 10 scanners, and Avast was still one of them. On the positive side, the executable is a bit smaller.
The change toMakePy.cmdspecifies explicit versions of each package that MiloDownloader uses, but I had to guess on the versions of each package that you have. If you want to send me the output of 'pip freeze', I'll match the versions up and send you the updatedMakePy.cmd. It may not help with the immediate problem (I still use Python 3.10 as opposed to your Python 3.12 so our builds will be different), but it will make it easier to tweak the package versions to see if the problem can be mitigated.
-FW
@FrozenWolf - pip freeze output in spoiler, and thanks for the help.
- Spoiler: show
Maybe it's time to go through that process again. I don't actually recall if I've updated pyinstaller lately. I think I did, but if I did I think I just installed it normally and did not go through re-compiling, as the issue seems to be much less of a problem than it was years ago.
PG
I'd rather be stroking!
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
- FrozenWolf
- Explorer At Heart

- Posts: 434
- Joined: Tue Oct 30, 2018 7:50 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
- Dom/me(s): None
- Sub/Slave(s): None
- Location: UK
Re: [GuideMe] Tease Downloader with EOS Support
Here's my modified version ofPlayfulGuy wrote: Wed May 29, 2024 1:53 pm @FrozenWolf - pip freeze output in spoiler, and thanks for the help.For background, when I first released the downloader this was a huge problem. I finally found a solution that involved downloading the pyinstaller source and compiling it locally on my machine. That basically made the compiled code more legitimate somehow, and most AV products stopped flagging it. It's only recently some have started flagging it again.
- Spoiler: show
Maybe it's time to go through that process again. I don't actually recall if I've updated pyinstaller lately. I think I did, but if I did I think I just installed it normally and did not go through re-compiling, as the issue seems to be much less of a problem than it was years ago.
PG
MakePy.cmdwhich adds two blocks:
- Spoiler: show
pyinstaller==6.3.0" as I don't have a local build, but you can tweak that as needed.
A couple of things to note about the dependencies:
-
PySimpleGui
has unfortunately gone commercial and versions 4.60.* have been 'yanked'. See https://pypi.org/project/PySimpleGUI/. Maybe version 4.59.0 is still viable? -
pyperclip
is no longer supported. I switched topyclip
for MiloDB a while ago and it works fine.
When I get a chance, I'll get Python 3.12 for Windows and make some builds with different package versions to see if we can get a more anti-virus friendly build. It's pretty much whack-a-mole
-FW
Last edited by FrozenWolf on Wed May 29, 2024 8:28 pm, edited 1 time in total.
Author of:
MiloDB: Finding Old Teases
- FrozenWolf
- Explorer At Heart

- Posts: 434
- Joined: Tue Oct 30, 2018 7:50 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
- Dom/me(s): None
- Sub/Slave(s): None
- Location: UK
Re: [GuideMe] Tease Downloader with EOS Support
Here's a summary of my analysis:FrozenWolf wrote: Wed May 29, 2024 5:28 pm When I get a chance, I'll get Python 3.12 for Windows and make some builds with different package versions to see if we can get a more anti-virus friendly build. It's pretty much whack-a-mole![]()
- Spoiler: show
MakePy.cmdto ensure you get the same at your end. I was building with Python 3.12.3, so a different Python version might give different results, but then a different version of Windows can also give different results due to the bundling of some system DLLs.
Configurations D and E caused Windows Defender to quarantine the file immediately, so those are useless configurations.
I didn't try with the latest PySimpleGUI because I didn't want to accept the license agreement after skim reading it. The idea of requiring a registration to get a key for a non-commercial hobbyist doesn't make me particularly comfortable.
Anyway, I hope that's some help.
-FW
Author of:
MiloDB: Finding Old Teases
- PlayfulGuy
- Experimentor

- Posts: 1068
- Joined: Sat Jul 07, 2012 10:08 pm
- Gender: Male
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Switch
- Dom/me(s): No domme
- Sub/Slave(s): No sub
- Location: British Columbia, Canada
Re: [GuideMe] Tease Downloader with EOS Support
FrozenWolf wrote: Wed May 29, 2024 5:28 pm
Here's my modified version ofMakePy.cmdwhich adds two blocks:I left it with "
- Spoiler: show
pyinstaller==6.3.0" as I don't have a local build, but you can tweak that as needed.
A couple of things to note about the dependencies:It's certainly worth having a look for newer (or older) versions of the packages.
PySimpleGuihas unfortunately gone commercial and versions 4.60.* have been 'yanked'. See https://pypi.org/project/PySimpleGUI/. Maybe version 4.59.0 is still viable? pyperclipis no longer supported. I switched topyclipfor MiloDB a while ago and it works fine.
When I get a chance, I'll get Python 3.12 for Windows and make some builds with different package versions to see if we can get a more anti-virus friendly build. It's pretty much whack-a-mole![]()
-FW
Thanks again for this. I'm very disappointed to hear about pySimpleGui going commercial. I share your thoughts on having to register for a hobbyist. The downloader is (so far) the only thing I use it for.
And to be honest, with no one updating GuideMe any more it's getting to the point where I'm starting to think about just calling it good enough. The downloader does a pretty good job for most teases in it's current state. I'm not sure how much longer I want to keep picking away at things from this side. We really need someone to pick up development of GuideMe, but I just don't have the inclination or experience in Java.
Ah well, we'll see what happens.
Later....
PG
I'd rather be stroking!
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
-
zimbobee
- Explorer

- Posts: 24
- Joined: Mon Apr 16, 2012 11:09 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: [GuideMe] Tease Downloader with EOS Support
I'm just downloading a few teases but I'm seeing multiple info messages saying "info: No recognizable bpm value found in 60for45" (the last part different every time.
Is this a problem or can I simply ignore it?
Note: I'm just using it to download the tease, I don't have EOS so not worries about that right now.
Is this a problem or can I simply ignore it?
Note: I'm just using it to download the tease, I don't have EOS so not worries about that right now.
- PlayfulGuy
- Experimentor

- Posts: 1068
- Joined: Sat Jul 07, 2012 10:08 pm
- Gender: Male
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Switch
- Dom/me(s): No domme
- Sub/Slave(s): No sub
- Location: British Columbia, Canada
Re: [GuideMe] Tease Downloader with EOS Support
It only really matters if you've selected the option to convert audio files to Guideme's built-in metronome.zimbobee wrote: Thu Jul 11, 2024 12:57 pm I'm just downloading a few teases but I'm seeing multiple info messages saying "info: No recognizable bpm value found in 60for45" (the last part different every time.
Is this a problem or can I simply ignore it?
Note: I'm just using it to download the tease, I don't have EOS so not worries about that right now.
If not you can safely ignore those messages.
If you have selected that option, it's telling you that it couldn't figure out a suitable BPM value from the filename. In the example you gave it would seem to be 60 BPM. You can add filenames and patterns to the "audio_to_metronome.txt" file to add new ones.
PG
I'd rather be stroking!
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
-
LetsTryIt
- Curious Newbie

- Posts: 1
- Joined: Thu Jul 18, 2024 7:37 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: [GuideMe] Tease Downloader with EOS Support
Hi, I've downloaded bouth apps, the GuideMe and MiloDownloader, my objective was to download the Sissy Cure Taste series...it worked but there is no audio...at some point in the taste there should be an audio that goes in loop till the end of the taste, and is suppoused to be the same with all five tastes...in the folder with the pics i can see that the audio has been downloaded, but then it wont start when is suppoused to...how can be fixed? Thanks for your time :)
- PlayfulGuy
- Experimentor

- Posts: 1068
- Joined: Sat Jul 07, 2012 10:08 pm
- Gender: Male
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Switch
- Dom/me(s): No domme
- Sub/Slave(s): No sub
- Location: British Columbia, Canada
Re: [GuideMe] Tease Downloader with EOS Support
Well, I have good news and bad news.LetsTryIt wrote: Thu Jul 18, 2024 7:46 pm Hi, I've downloaded bouth apps, the GuideMe and MiloDownloader, my objective was to download the Sissy Cure Taste series...it worked but there is no audio...at some point in the taste there should be an audio that goes in loop till the end of the taste, and is suppoused to be the same with all five tastes...in the folder with the pics i can see that the audio has been downloaded, but then it wont start when is suppoused to...how can be fixed? Thanks for your time :)
First the bad news. Looping audio in the background like this does not work in GuideMe. It's one of the big differences between EOS and GuideMe, and the person who was working on GuideMe development has not been active here for a couple years now, so it's not likely to get fixed soon, if ever.
I suggest that you just open the audio file in some other audio player at the appropriate point, set it to loop, and let it play.
The good news is that I had a quick look at the first tease of the series and it appears that the volume is just set very low. If you open the downloaded tease in a text editor and search for "mp3" you will find actions like this:
Code: Select all
{ action: 'audio', file: 'untitled-session-1-mixdown3.mp3', loops: '0', background: 'True', bpm: '60', volume: '18' },
I'm sure that's not what you want to hear, but I hope it helps anyway.
PG
I'd rather be stroking!
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
Re: [GuideMe] Tease Downloader with EOS Support
Hi,
I have tried downloading the Estim Bondage Tease with Milovana Downloader.
But is seems to stop.
these are the last lines from the Log:
667 of 3383: Retrieving 2bpainl-01.mp3: Done!
668 of 3383: Retrieving 2bpainl-02.mp3: Done!
669 of 3383: Retrieving 2bpainl-03.mp3: Done!
670 of 3383: Retrieving 2bpainl-04.mp3: Done!
Exception in thread Thread-3 (downloadMedia_thread):
Traceback (most recent call last):
File "threading.py", line 1073, in _bootstrap_inner
File "threading.py", line 1010, in run
File "DownloadLib.py", line 1439, in downloadMedia_thread
File "DownloadLib.py", line 1551, in fetchImage_thread
OSError: [Errno 22] Invalid argument: '?.mp3'
Anyone how can tell me what is wrong?
I have tried downloading the Estim Bondage Tease with Milovana Downloader.
But is seems to stop.
these are the last lines from the Log:
667 of 3383: Retrieving 2bpainl-01.mp3: Done!
668 of 3383: Retrieving 2bpainl-02.mp3: Done!
669 of 3383: Retrieving 2bpainl-03.mp3: Done!
670 of 3383: Retrieving 2bpainl-04.mp3: Done!
Exception in thread Thread-3 (downloadMedia_thread):
Traceback (most recent call last):
File "threading.py", line 1073, in _bootstrap_inner
File "threading.py", line 1010, in run
File "DownloadLib.py", line 1439, in downloadMedia_thread
File "DownloadLib.py", line 1551, in fetchImage_thread
OSError: [Errno 22] Invalid argument: '?.mp3'
Anyone how can tell me what is wrong?
