-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add filepointer option to openfile/analyze function #172
Comments
I would suggest that instead of breaking the definition of function If you want to submit the change (modified as per above) as a pull request I can merge it. Please be sure to maintain my finicky formatting standards, with a space between parameters: |
hello, yes, as a third parameter is the prerequisite for a global change. Did not want to make my first post even bigger. I will create a pull. |
Hello James, |
Sure, that can be the version number. I made the version number change, wrapped into an omnibus code-formatting cleanup commit: |
This change has broken some other formats that spawn a second instance of getID3 to examine additional content inside a container (e.g. mp3 audio inside RIFF.AVI, or WavPack audio inside RIFF.WAV). I haven't yet found the cause or solution, but I'll look at it tomorrow. |
Actually it wasn't so hard, there was an unnecessary addition of the filepointer to |
sorry for that. did not have this combination in my testfiles |
Hello James,
first a thank you for your super library.
I am using it in the Audio Player for Nextcloud/ownCloud. Same does @paulijar for the Music app.
We both use a little tweak to hand over a file pointer for better performance using streams.
As we have to apply the tweak after every of your nice upgrades, I would like to ask you to review this to evaluate if you could include this from stock. It might be useful for others also.
you can see the modifications here: Rello/audioplayer@89f6a26
Please let me know what you think.
Thank you,
Rello
The text was updated successfully, but these errors were encountered: