Creak

Results 174 comments of Creak

Good to know, so to have a better macOS X integration, just using GTK3's GApplication/GtkApplication and GMenuModel/GMenu would be enough? Interesting... But that would probably be another issue as it's...

It seems that Diffuse is not using a known GTK widget. I think a good entrypoint would be the method `FileDiffViewerBase.replaceContents(self, f, ss)` (`f` is an `int` and it represents...

Ah actually I removed the feature as it was too much to maintain realistically. Edit: I'll close the as it's not a feature anymore.

To remove the album in the database, here is [the MySQL line I use in phpMyAdmin](https://github.com/Sonerezh/sonerezh/issues/127#issuecomment-269245161): ```sql DELETE FROM `songs` WHERE `songs`.`album` = "your album title" ```

@gs11 I think this would be a nice evolution of your PR #293: to detect files that have changed (file modification date greater than last update date in the table)...

Anyhow, I'd say that this particular issue is a dup of #127 and #129

@bichomen I think editing your own files is the best way to go. If it was possible to edit the metadata directly in the Sonerezh database, then obviously, the metadata...

I simply upload my music in the music folder of Nextcloud and in Sonerezh I change the music folder in the settings to point to the Nextcloud music folder. And...

That's weird... If you're on Fedora, I'd search around SELinux maybe?

I'll take a look. Thank you for reporting this bug.