Martchus

Results 566 comments of Martchus

Since this is probably about Matroska which is unfortunately quite unconventional and thus confusing. So I added a section about Matroska to the README file: https://github.com/Martchus/tageditor?tab=readme-ov-file#matroska-related-remarks

Ok, then your question is answered by the examples that were already in the README, just specify e.g. `track=5/15 disk=1/2`.

In ID3v2 and MP4 tags there is one field for the track position that includes both - the track number and total. The same counts for the disk. In Matroska...

Oh, looks like I actually did expose this setting. So you can use `--preserve-total-fields` with the `set` operation of the CLI and there's also a GUI setting. To actually set...

The percentage is already shown. I can add the remaining size as well. I don't think adding a progress bar would fit well into the UI of Syncthing Tray.

Yes, that would be possible and indeed be a nice improvement. The tooltip of the tray icon should have that info probably as well then.

I could do that but as far as I know this would require polling the [need API](https://docs.syncthing.net/rest/db-need-get.html). That's something I don't want to do for all folders. Doing a periodic...

I've just checked how the official UI does it and it also only displays the figures. However, clicking on them opens the "Out of Sync" dialog. I guess that's the...

Syncthing v2 eventually didn't end up breaking the API but there are also generally no notable additions I know of. I suppose v3 or another future major release will break...

I guess the usefulness of making this more obvious depends on whether you consider it normal for Syncthing to be stopped from time to time or not. It makes sense...