needs update to sync with pyflp
alowe7 opened this issue · comments
First of all good work!
My flp files are a shambles wrt organization of the sample files.
So I'm interested in enumerating the sample files referenced by many flp projects, to try to wrangle them into some kind of order.
My hope was that the pyflp library would help with that.
It yet might, but rather than write my own driver, I thought I'd base it on FLPInfo.
I couldn't get FLPInfo to work with the current version of pyflp (pyflp==2.0.0)
(Same for FLPInspect)
I checked out pyflp commit 2f5b004 (version 1.0.1?) and it more or less worked.
Not sure what the right next step is. Is there a preferred driver program for the current version of pyflp?
The approach seems to have changed substantially from pyflp 1.0.1 to 2.0.0.
This is on my list of to-do things. I have almost finished my rewrite of FLPInspect, but it will still take some time to be tested.
I need to yet begin work on FLPInfo but it won't take a long time.
I suggest you to wait for some time instead of using PyFLP 1.x versions. PyFLP 2.0 was an entire rewrite too.
In the meantime, you can use PyFLP to enumerate all the info you need.
You should check out the latest commit. I have done some work