May 242022
 

Checking the slideshows for the first time in years found the the auto update broke 2 years ago. So fixed that. Fixed the updater and ran it and all free galleries from 2020 to 2022 are now included.

Slideshow 2

Met Art Slideshow 2

Catalog

Met Art Catalogue

Slideshow 1

Metart Slideshow 1

Share
May 032022
 
VR Porn

Problem

Downloading VR Porn from Keep2Share and other sites gets you videos but they never 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.

Solution

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.MP4 Tagger

How To

  1. Search for you video on this page. Use the google search icon.
  2. Click the correct video link in the search results.
  3. Confirm this is the correct video. Go back or if the results are in a new tab close it.
  4. Close the Google search box using the X.
  5. The URL of the video is then displayed in the URL field.
    Note: If the url is incorrect manually copy the correct url from the producer site and click the URL field it will auto paste if you allow it or manually paste it.
  6. Click Scrape.
  7. The tags fields URL, Producer, Title, Actors and Genres will be filled with data.
  8. Select multiple/click values on the left side and click the <-> button to choose that information. Click < > to choose all data.
  9. Select multiple values in Generes and click the <-> button to add to ignore. Things like 180 and 3D you don’t want on all you videos. The ignore list is stored if you have cookies enabled and so that’ll be remembered.
  10. If you want more tags repeat the search to find the video on streaming sites. Highlight the title text select sexforreal.com (for example). Click search highlighted and the google search will be filled in for you. Streaming sites are listed in bold in the “Site” dropdown.
  11. Repeat addition of Tags, duplicates are ignored as are genres added that are listed in you ignore genres list.
  12. Drag drop your video to the “File” text box. This will fill the field with the filename.
  13. Once you are happy with you tags click the CSV button. You’ll be given a CSV file.
  14. Run Mp3 Tag, drag drop / add your video.
  15. Click “Text File – Tag”
  16. Select the CSV for the file.
  17. Enter the following for the Format string (only needs to be done once)
    %_filename_ext%;%producer%;%title%;%artist%;%genre%;%series%
  18. Click ok.
  19. If you want a cover photo you need to save one from the tagging page use the basic editor and download it. Then drag drop it onto the cover widow in Mp3Tag.
  20. Click Save. This will take some time as the whole file, no doubt many gigs needs to rewritten.

Limitations

  • Only sites listed under “Site” dropdown are supported. I can add more leave a comment.
  • CzechVR and others use cloudflare and so can not be scraped.
  • This project is in development. I have link a db with over 2 thousand videos I have already tagged. If this page get any interest; I will add a search of them to fill the fields from pages I have already processed. Leave a comment.

Optimisation

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.

MP3 Tag Setup

If you don’t have MP3 Tag it can be downloaded from here.

The fields needed for this process are:

  • Title
  • Producer
  • Artist
  • Genre
  • Series

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:

  • Rating: “%RATING MM%”
  • bps/pixel
    $div($mul(%_video_bitrate%,1000),$div($mul(%_video_width%,%_video_height%),10))
  • Format: “%organization%”,”%organization%”. To record SBS or TB format for the VR.
  • File Dimensions & bitrate.
    $div(%_video_width%,2)p %_video_bitrate%k

Limitations

Currently only the following sites are supported:

  • 18vr.com
  • badoinkvr.com
  • darkroomvr.com
  • hologirlsvr.com
  • kinkvr.com
  • lustreality.com Merged with sexlikereal.
  • milfvr.com
  • naughtyamericavr.com
  • povr.com
  • realitylovers.com
  • realjamvr.com
  • sexbabesvr.com
  • sexlikereal.com
  • slroriginals.com Merged with sexlikereal.
  • tmwvrnet.com
  • virtualtaboo.com
  • vrbangers.com
  • vrconk.com
  • vrcosplayx.com
  • vrhush.com
  • vrlatina.com
  • vrporn.com
  • wankzvr.com
  • xxxstreams.org started using cloudflare
  • xsinsvr.com (Manual search of xsinsvr required as the site has blocked google indexing)

Sites listed that don’t work are: (Due to using cloudflare)

  • czechvr.com
  • hologirlsvr.com
  • lethalhardcorevr.com

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

Share
 Posted by at 8:45 am
Jun 062020
 

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.

Gerbera Custom Menu

Gerbera Custom Menu

I leave it here so maybe it’ll help someone else. Continue reading »

Share
Sep 242016
 

slideshow2smPut 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.

 

Share
Sep 182016
 

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.

maccat

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.

Share
Jan 202013
 

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.

Video Wall

Purpose

Have 6 multiple videos playlists playing at the same time. Bash one out quicker.

Features

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.

Version History

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.

Legal Blah

This app uses VLC my code is freeware but VLC is GNU General Public License

Download

Here

 

Share
 Posted by at 9:59 pm