I published my set of scripts for use with Home Media Server to github. They are useful for auto categorisation of video clips based on ID3 Tagging.
They can be found here
I published my set of scripts for use with Home Media Server to github. They are useful for auto categorisation of video clips based on ID3 Tagging.
They can be found here
You can now filter by various model statistics on the met art slideshow 2. The filters are AND based so a filter for 20 and 21 will return 0 models.
Published my VR Porn Tagger Project. It is work in progress and con be found by the link above or here.
Downloading VR Porn sites rarely have ID3 tags on the file. Without ID3 Tags and having obscure filenames Media Servers have no way to produce any form of categorisation for your videos.
There are programs that you can add ID3 Tags to your videos but they still need you to fill out the tags, and if you have thousands of porn videos this can be a tiresome process. So I wrote a web scraper, aided by google search so that you can find the video from the producer and it will scrape the page and record the various tags then give you a CSV file that you feed the tagging program.
%_filename_ext%;%producer%;%title%;%artist%;%genre%;%series%
If you have a PC with 16 Gig RAM then this process can be sped up hugely and save wear on your hard disk by using a RAM disk. I Suggest ImDisk. Make a RAM disk of 13 Gig with memory allocated dynamically, close all unneeded programs. Move your video to the RAM disk, add it to MP4 Tag from there and when you save your changes these will all be done in RAM and take seconds not minutes. You will need double size of your video in space on the ram disk.
If you have a SSD drive then processing the file on it is the next best.
If you don’t have MP3 Tag it can be downloaded from here.
The fields needed for this process are:
Add those that you don’t have already by right clicking the column header and “Customize columns…”. The format is Name: “Title”, Value: “%TITLE%”, Field: “%TITLE%”. Genres has a different value field: “$meta_sep(genre,\,)”
Arrange the header to include Cover if it isn’t there so you can change the thumbnail.
Other field you may want to add are:
$div($mul(%_video_bitrate%,1000),$div($mul(%_video_width%,%_video_height%),10))
$div(%_video_width%,2)p %_video_bitrate%k
Currently only the following sites are supported:
Sites listed that don’t work are: (Due to using cloudflare)
Last Update: 09/11/2022
Fixed TMW not scraping genres
Added a GSE link to find VR sources
…
Known Issues:
None
…
Update History:
Added vrcosplayx
Fixed image download with query in url
Fixed VR Bangers, Added VR Conk
I was looking for a solution to play video on my vr headset ($3) Samsung 8 in some viewer, aka the cardboard vr. First I thought that I would just view them over the network, but my rooted chosen ROM (Linage 17) doesn’t support smb from boot, so no fstab mapping can be done leaving me with a hacky file browse and view by another app solution.
Then by chance playing with my TV and trying to watch films on the computer I finally found a use for a UPNP/DLNA Server. I also found that in my VR apps, any form of networking found was for a uPNP/DLNA server, not smb logging on etc, sweet! Looking at the Windows uPNP offering I found none, for free or paid for, they could not make a custom menu from meta data tags.
So Linux… Gerbera free and claimed to be able to do this so I had a go. A bit of hack trial and error later I got it going how I wanted with a sort of 2 level keyword search and reading all the tags I need to sort the collection. I meta tagged all my MP4 video with Mp3Tag v3.01, which is excellent util for the meta tagging via many different ways and easily expandable due to a simple text based plugin type feature.
I leave it here so maybe it’ll help someone else. Continue reading »
Put together a slideshow of all the Met Art free gallery photos found, so far, of the galleries from around 2009. It is still work in progress, will have the images scrolling vertically when in landscape.
Control at the top, click a thumbnail to go to the model, click main image to go to that gallery.
Tested on a few tablet / mobile screen sizes.
So wanted to program something and like always I ended up doing some nefarious porn related stuff. Seeing as Met Art moved to a new platform, like around 7 years ago I thought I should put together another slideshow. Here are the results.
I pulled all the gallery data and made a quick interface so you can get to most of the free gallery pictures in recent years.It’s work in progress, I intend to hack the slideshow into showing the new galleries, of which there are thousands.
Found MyFreeCams a couple of days ago and thought it needed an camera wall to prevent a rather laborious mouse hover to find a girl who is in show.
Only found an abandoned user script that no longer worked so wrote my own.
You can find it at MyFreeCams Condenser. Enjoy 🙂
After my 7 years relationship ended I had need for a more graphic porn viewer. After looking into various multiple screen viewers I found none and no source code that really worked for me so I wrote my own. This multi screen viewer uses the VLC as a “plugin” so credit all those who contributed to it’s construction. It is particularly useful who’s norp stash contains short flicks downloaded from tube sites.
Have 6 multiple videos playlists playing at the same time. Bash one out quicker.
Drag drop files or folders to playlists of the 6 screen. (via dropping on options playlist area).
Split playlist between multiple players.
Save your various players playlists in upto 5 lists.
Reloads list one on start.
Play next, previous, play between a and b positions via a popup menu.
Auto aspect toggle per player.
Go full screen on one and all other pauses.
All standard VLC tools available on mouse over.
Expand player to cover 1×23 to 2×2.
Known Bugs
None
Limitations
Windows application
Compiled for .net 4.
1.0 Initial Release
1.1 Added jump forward and backward, play between points a and b on a video via pop menu.
1.1 Fixed bug in play list splitting causing a duplication of files in multiple screens
1.1 Fixed apect ratios not being applied when advancing a playlist automatically.
1.2 Added Auto aspect toggle
1.2 Add multiple save
1.2 Added options per player forward, backward, Pause / Play all.
1.2 Added expand player to cover 1×23 to 2×2.
1.2 Packed vlc dlls and plugins so you don’t need to install VLC.
This app uses VLC my code is freeware but VLC is GNU General Public License