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

Wiki needed #1

Closed ukdtom closed 5 years ago

ukdtom commented 6 years ago

In all due respect, but in order to use this, I respectfully ask for a manual (Wiki)

As an idea/starting point, you could look at the WebTools Wiki

ukdtom commented 6 years ago

Ohhh....And maybe explain, if there's a relation to HAMA, since that's mentioned in the readme

ukdtom commented 6 years ago

And this points to a non existing repo?

Get the latest source zip in github release for hama https://github.com/ZeroQI/MLE.bundle > "Clone or download > Download Zip (named MLE.bundle-master.zip) and copy the folder inside named MLE.bundle-master into plug-ins folders but rename it into "MLE.bundle" (in short remove '-master' from foldername) :

ZeroQI commented 6 years ago

Hi ukdtom/dane22! Thanks for taking the time to feedback. Code still changing at this point, just changed to drop-down menus for settings to select file format for export, and once working will update the documentation and publish. Just finished episode thumbs but have to list all eps to find the ones... Not sure if there is a way to load only the given series eps... Still trying to upload collection pic, F11 is very useful but tricky to master

ukdtom commented 6 years ago

Still puzzled about how HAMA goes into this?

Having one plugin depending on another is IMHO a road to endless support ;)

ZeroQI commented 6 years ago

Apologies, it doesn't... I had copied the readme from hama, and renamed from LME to Lambda which led to the inacuracies, and wanted to finish the code first...

ukdtom commented 6 years ago

Still in the code though ;)

https://github.com/ZeroQI/Lambda.bundle/blob/master/Contents/Code/__init__.py#L11 https://github.com/ZeroQI/Lambda.bundle/blob/master/Contents/Code/__init__.py#L399

SO scathing my head here :)

But please consider merging my PR before removing that

ZeroQI commented 6 years ago

PR merged Will finish collection upload asap, then document the read-me then start a proper thread and add it to your repository if possible.

ZeroQI commented 6 years ago

I can see you have a wiki but if it's a single page it makes more sense to me in the readme, which users can't say they missed the wiki...

ukdtom commented 6 years ago

Make sure this isn't a converter tool to migrate to the dark side ;)

Could be avoided if not exporting nfo, but instead json....

After all, you are the one to reuse afterwards, so a json might actually also be more easy

ZeroQI commented 6 years ago

Kodi is best for local playing. Plex is best for streaming and centralized media files NFOs are more used therefore make more sense. I know JSON is probably easier but NFOs make more sense to Currently, most TV series fields supported.

ZeroQI commented 5 years ago

NFO files support coming along nicely If people want to move we shouldn't make it harder. Also, more people may come to us if meta can be migrated both ways if the tool Plex is better which i believe so Don't see the need for wiki when there is a readme though...

ukdtom commented 5 years ago

Well, at the time posted, README.md was a mess ;)

When said, a Wiki allows much better overlook, IMHO, but closing now, since your call

ZeroQI commented 5 years ago

will do wiki when I know how to do an index pasted the readme inside in the meantime. Would you know how to create an XML element with 'name' or 'text'as attribute ? nfo_xml.append( XML.Element(xml_field, **tags ) ) throw an error when 'name' or 'text' used as key in the tags dict...

ukdtom commented 5 years ago

You'll have to treat it as real XML

See: https://github.com/ukdtom/epg-dk.bundle/blob/master/Contents/Code/__init__.py

ZeroQI commented 5 years ago

@ukdomtom Thanks a lot. it allows me to move forward quite a bit, was stumped NFOs are better but adding roles to save function proved tricky