Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MembersUrl link for Tmwvrnet Scenes #1595

Merged
merged 5 commits into from
Jan 24, 2024
Merged

Conversation

toshski
Copy link
Contributor

@toshski toshski commented Jan 18, 2024

Resolves #1558

This adds a Member's link to tmwvrnet scenes.

I had an issue with going to members.tmwvrnet.com, this would always direct me to the home page for members.teenmegaworld.net. I can only speculate this is because I signed up to teenmegaworld.net, instead of tmwvrnet.com. I believe either way gives you access to all their content.

The change will go to members.tmwvrnet.com by default

The following is only for users that get redirected to teenmegaworld.net instead of going to tmwvrnet.com

I have provided an option in config to override this using the tmwMembersDomain config item. To change to members.teenmegaworld.net

  • change the config entry to use members.teenmegaworld.net
    • go to Options menu and click Save (doesn't matter what option) this is to ensure the new config item is written to the database
    • in the kvs table using SQL update the config row
    • OR export the config, change with a text/json editor and reimport it
    • restart xbvr
  • Update the members url in the scenes table
    • update scenes set member_url = replace(member_url, 'https://members.tmwvrnet.com', 'https://members.teenmegaworld.net') where scraper_id = 'tmwvrnet'
    • OR export the tmwvrnet scenes from XBVR, search and replace the members url and re-import
    • OR flag all scenes to be re-freshed and run the Tmwvrnet scraper to refresh the scenes

@crwxaj crwxaj merged commit fad56ab into xbapps:master Jan 24, 2024
1 check passed
@toshski toshski deleted the TMW_Members_Link branch January 24, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TmwVRnet Scraper requires members link
2 participants