ZeroQI / Lambda.bundle

Local Media Export, a reverse Plex 'Local Media Assets' agent to export metadata locally
GNU General Public License v3.0
134 stars 18 forks source link

is it correct this export? #17

Closed Sirfrancis17 closed 4 years ago

Sirfrancis17 commented 4 years ago

hi i attached my log com.plexapp.agents.lambda1.log why the program export nfo and images tvshow to inside season's folder? example: /house/temporada 01/show.nfo why dont put this files in root folder tvshow? /house/show.nfo

ZeroQI commented 4 years ago

The restauration is mainly done by local media assets so I followed Plex naming convention for it: https://support.plex.tv/articles/200220717-local-media-assets-tv-shows/

Temporada xx is not a valid season in the scanner code line 64-69: https://github.com/ZeroQI/Absolute-Series-Scanner/blob/master/Scanners/Series/Absolute%20Series%20Scanner.py

Therefore it consider temporada the series folder.

Sirfrancis17 commented 4 years ago

Thanks for the answer

ZeroQI commented 4 years ago

Changed the scanner code, and the Lambda code for you. Please test and report

Please consider donating, as i am broke ('es difficil llegar fin del mes y tener que sudar y sudar, pa ganar nuestro pan' if you know the song :p)

Sirfrancis17 commented 4 years ago

Thanks I'll try it as soon as I can.