MrX292

Results 24 comments of MrX292

there are Post-processing options for scrapers `feetToCm` `lbToKg`

symbolic links work for me on windows. can you describe the problem more?

@KlfJoat ``` Details: selector: //div[@id='description']/p[1]/text() concat: " - " ``` should work if you want to use concat and what is the site?

some scene sort options do not work like File Size, Interactive and Interactive speed. i get for File Size: ```error finding IDs: running query: SELECT DISTINCT scenes.id FROM scenes ORDER...

You can try the Userscript Stash Open Media Player from https://github.com/7dJx1qP/stash-userscripts Can you check what codec the files that are transcoding are in? Depending on the codec a different Browser...

> Using this feature in `development`, i'm seeing entries that include stashids from two different endpoints (stashdb and tpdb). the only way I can show only stashids with stashdb is...

> > > Using this feature in `development`, i'm seeing entries that include stashids from two different endpoints (stashdb and tpdb). the only way I can show only stashids with...

@dsrtusr88 that both works for me on a8f4c2c2 1.`Stash ID is not null` only show scenes with stashid 2. `Stash ID is not null https://metadataapi.net/graphql` only shows scenes with stashid...

like going to performers and clicking new? or something else?

you can give both the scan and clean a path ``` mutation MyMutation { metadataScan(input: {paths: ""}) metadataClean(input: {dryRun: false, paths: ""}) } ``` so is that not already in...