Travis Wrightsman
Travis Wrightsman
Thank you for the tips! I may start by looking at adding the pandoc filter to the build script since that seems the most straightforward way to get non-markup statistics....
This unfortunately still seems to be an issue for me with certain DOIs with consortium authors. The resulting references don't have any authors since the consortium is the only author....
@agitter When manubot processes the JSON metadata the "name" key under authors gets dropped because it is invalid in the CSL schema, if I am understanding the initial conversation in...
https://gist.github.com/twrightsman/7fa275bc738747282f4611e657be814a ``` $ python3 find_ogg_in_RS_cache.py Searching js5-40.jcache... Found OGG file in js5-40.jcache in key 37292 at address 568 ... Found OGG file in js5-40.jcache in key 42043 at address 0...
Would you mind if I made a python-based no-gui library to try and replicate what you're doing here (I know at least your license permits it)? Mostly so that I...
Yes, I think this would be more appropriate in the feedstock repository, this isn't a ledger issue. @ThatIsAPseudo Go ahead and ping me again in an issue there and I'll...
It may be useful to follow the architecture of MusicBrainz since they are already doing the hard conceptual thinking on how to best represent musical metadata. The only thing beets...
I actually misspoke earlier: beets already does a great job making Items synonymous with recordings and Albums synonymous with releases. My suggestion is that beets has to take the MB...
I can't find information in MBS-8938 that alternative transl(iter)ated release titles are included in the schema as well; it still seems pseudo-releases are the only things storing transl(iter)ated release titles?
Used scalene to drop the runtime of a scientific tool we were using from 16 hours to 8 minutes with certain inputs :smile: https://github.com/malonge/RagTag/pull/178