Disabled tags by default in Gamma banner tool filenames. Added Gangbang Creampie, Gloryhole Secrets and Taboo Heat affiliates.

This commit is contained in:
DebaucheryLibrarian
2026-03-02 23:55:09 +01:00
parent 1a1af95a10
commit 7276d90629
2 changed files with 16 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ async function init() {
const fileActors = banner.SceneActors?.slice(0, 2).map((actor) => slugify(actor, '_')).join('_');
// actors and tags are unreliable and describe entire scene, not banner, don't include by default
const filename = `${channel}_${banner.Width}_${banner.Height}_${fileActors && argv.actors?.[0] !== false ? fileActors : banner.MediaID}${fileTags && argv.tags?.[0] !== false ? `-${fileTags}` : ''}.${banner.MediaExt}`;
const filename = `${channel}_${banner.Width}_${banner.Height}_${fileActors && argv.actors?.[0] !== false ? fileActors : banner.MediaID}${fileTags && argv.tags ? `-${fileTags}` : ''}.${banner.MediaExt}`;
const filepath = `/tmp/gamma/${channel}/${filename}`;
if (argv.inspect) {