PAhelper / PhoenixAdult.bundle

Plex Meta-Data Agent for scene videos from multiple adult sites
360 stars 140 forks source link

Renamer Bug with First Folder Name #752

Closed boivinx7 closed 4 years ago

boivinx7 commented 4 years ago

Hi Guys so first this is so great, Good job.

So I have a bug and a Request, First the renaming is keeping the old folder name and just adding the new site to it ie: Renaming: .\Comp\BrattySis.20.05.08.Lily.Larimar.Its.Just.A.Sponge.Bath. .480p.MP4-XXX\brattysis.20.05.08.lily.larimar.its.just.a.sponge.bath.mp4 -> .\BrattySis.20.05.08.Lily.Larimar.Its.Just.A.Sponge.Bath..480p.MP4-XXXNubiles\Bratty Sis\BrattySis - 98438 - Its Just A Sponge Bath (2020-05-08).mp4

And the second thing is for my old collection it was all named based on Data18 requirement from way back. ie: Bratty Blonde Sister,w- Lexi Lore, Pepper Hart in Brattysis If you can help me make it so that I can use the renamer to migrate I would appreciate so much.

Thanks

boivinx7 commented 4 years ago

For the Second part Im good I made a Scrapper in powershell for Nubiles site way back to get Date and Actors, I reused it to get the URL. So if I could just understand what why the rename scripts is not fully renaming the folder It would be great. Thanks

SgtBatten commented 4 years ago

What does your sitelist config look like. mine only stays in the same folder if i've configured that site to or it is a duplicate file

boivinx7 commented 4 years ago

I did this for BrattySis, but it pretty much the same problem with the root folder whatever i do siteList[1] = ["BrattySis", "New", "Nubiles\Bratty Sis"]

SgtBatten commented 4 years ago

can you post a more complete log from one?

SgtBatten commented 4 years ago

My first guess is your original path does not contain /New/. i don't think i tested for this when i wrote it.

edit. actually that's exactly whats happening. Change New to Comp and depending where you actually want it you might need to make the 3rd element "Comp/Nubiles/Bratty Sis"

boivinx7 commented 4 years ago

2020-05-15 14:24:29,983 pa_renamer INFO Starting to process: \billsnas\Vuze\Complete\Comp\Vixen.20.05.15.Alina.Lopez.And.Avery.Cristy.XXX.1080p.MP4-KTR[rarbg] 2020-05-15 14:24:29,983 pa_renamer DEBUG Variables: 2020-05-15 14:24:29,983 pa_renamer DEBUG dryrun: False, batch: False, cleanup: True, mediainfo: False, mediainfo2: False, use_filename: False 2020-05-15 14:24:30,015 pa_renamer DEBUG Full shoot dict: 2020-05-15 14:24:30,015 pa_renamer DEBUG {'date': '2020-05-15', 'studio': 'Vixen', 'filename_title': 'Alina Lopez And Avery Cristy'} 2020-05-15 14:24:30,015 pa_renamer DEBUG Before overrides the name is : Vixen - Alina Lopez And Avery Cristy (2020-05-15).mp4 2020-05-15 14:24:34,000 pa_renamer DEBUG The filetype is: txt 2020-05-15 14:24:34,032 pa_renamer INFO Removed: RARBG.txt 2020-05-15 14:24:34,046 pa_renamer DEBUG The filetype is: exe 2020-05-15 14:24:34,046 pa_renamer DEBUG The filetype is: mp4 2020-05-15 14:24:34,046 pa_renamer DEBUG After: 2020-05-15 14:24:34,046 pa_renamer DEBUG New directory: \billsnas\Vuze\Complete\Comp\Vixen.20.05.15.Alina.Lopez.And.Avery.Cristy.XXX.1080p.MP4-KTR[rarbg]Vixen 2020-05-15 14:24:34,046 pa_renamer DEBUG New file name: Vixen - Relationship Goals (2020-05-15).mp4 2020-05-15 14:24:34,062 pa_renamer INFO Renaming/Moving from: \billsnas\Vuze\Complete\Comp\Vixen.20.05.15.Alina.Lopez.And.Avery.Cristy.XXX.1080p.MP4-KTR[rarbg]\vixen.20.05.15.alina.lopez.and.avery.cristy.mp4 --> \billsnas\Vuze\Complete\Comp\Vixen.20.05.15.Alina.Lopez.And.Avery.Cristy.XXX.1080p.MP4-KTR[rarbg]Vixen\Vixen - Relationship Goals (2020-05-15).mp4 2020-05-15 14:24:34,109 pa_renamer DEBUG The filetype is: nfo 2020-05-15 14:24:34,141 pa_renamer INFO Removed: vixen.20.05.15.alina.lopez.and.avery.cristy.nfo 2020-05-15 14:24:34,157 pa_renamer INFO Successful

SgtBatten commented 4 years ago

see above. it's just not configured to move it anywhere else currently

boivinx7 commented 4 years ago

Do i replace or remove the NEW ?

SgtBatten commented 4 years ago

youll need to replace it if you want the files to move anywhere else.

give me an example of your desired end path

boivinx7 commented 4 years ago

Ok Got it thanks