A newbie question #3203
-
Sorry for likely a repeat question but, I'm lost on how to do sorting and classification of videos. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
While you potentially could parse your directory and file names to match against performers, tags and studios with the settings => tools => scene filename parser, I personally would not work through that approach because you would still miss the cover images, descriptions, titles and whatnot of your scenes. I recommend working through this guide instead to get the most out of stash: For now movies are entirely manual work and are just collections of scenes. |
Beta Was this translation helpful? Give feedback.
-
Yes. Of course.
Thanks!
…On Wed, Nov 30, 2022, 4:13 AM JTMWi ***@***.***> wrote:
Couldn't you just create subdirectories in /data with both -
/dev/disk/by-label/alpha:/data/alpha and -
/dev/disk/by-label/beta:/data/beta? I wouldn't expect any problems as
long as stash has access to the parent dir. You could then add a bash
script to create symlinks (in the parent dir) of the files (contained in
the subdirs).
—
Reply to this email directly, view it on GitHub
<#3203 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADMMQCLBGXDEI5OBRQCNSULWK5AILANCNFSM6AAAAAASMXSD2I>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
While you potentially could parse your directory and file names to match against performers, tags and studios with the settings => tools => scene filename parser, I personally would not work through that approach because you would still miss the cover images, descriptions, titles and whatnot of your scenes.
I recommend working through this guide instead to get the most out of stash:
https://guidelines.stashdb.org/docs/guide-to-scraping/
For now movies are entirely manual work and are just collections of scenes.