Buster Neece

Results 269 comments of Buster Neece

Just as a note, none of the text-file generation stuff above is actually necessary; AzuraCast already writes a simple `.txt` file that contains the artist and title and is useful...

@aftechro This is incorrect; as I linked above, we write that same file to the public web directory right alongside the other static nowplaying JSON data. This is true as...

@Moonbase59 Well as I mentioned above, it's only considering the "Text" field (that is usually `Artist - Title`) when calculating the song hash. You may want to look in the...

@Moonbase59 ``` ./docker.sh db ``` Then you're looking in `station_media`.

We're experiencing this issue with the version of NChan that shipped with Ubuntu 22.04 (Jammy). This has inadvertently caused us to lose stability when upgrading to the newest version of...

The vast majority of my original post here outlines a very specific problem that is introduced by V2 of how Flysystem internally handles metadata, and documents methods to fix it,...

Coming back to this as I find myself implementing similar functionality into a new application and realizing that I had created this issue many years ago about the same problem...

@FZambia That would work perfectly for me. Thank you for your continued hard work!

One question about this since it appears I had the same issue (in #1413): is there no longer a config setting in Migrations itself for `transactional`? I looked through the...

@greg0ire I think it definitely could stand to be clarified in the documentation that the `transactional` flag refers to _generating_ migrations, not applying them. I already have a ton of...