Elara Elara6331
Elara6331 commented on issue Elara6331/itd#10 2022-03-26 00:19:18 +00:00
PineTime repeatedly displays passcode when out of range

To fix this, I need to think of what to do when too many disconnects happen that doesn't involve removing the device.

Maybe just wait longer before retrying.

(as a side-note,…

Elara6331 commented on issue Elara6331/itd#14 2022-03-19 18:58:05 +00:00
itctl panics on nil pointer

I will fix the itctl error handling, but there isn't much I can currently do about the BlueZ version issue.

Elara6331 commented on issue Elara6331/itd#14 2022-03-19 18:57:17 +00:00
itctl panics on nil pointer

You cannot supply the device id (MAC Address) to itctl. It will notify whatever is connected to itd, and cannot do it to any other device. The first argument to itctl notify acts as the title of…

Elara6331 pushed to master at Elara6331/itd 2022-03-16 02:25:38 +00:00
23e9195e70 Remove debug code
Elara6331 pushed to master at Elara6331/itd 2022-03-15 23:16:45 +00:00
cd68fbd7f3 Update 'cmd/itctl/main.go'
Elara6331 pushed to master at Elara6331/itd 2022-03-15 23:06:06 +00:00
205a041758 Remove exit error handler because it causes duplicated help text
Elara6331 closed issue Elara6331/itd#13 2022-03-11 21:14:27 +00:00
Songs metadata are not transliterated
Elara6331 pushed to master at Elara6331/itd 2022-03-11 21:14:27 +00:00
62597f70ee Transliterate song metadata (Fixes #13)
Elara6331 commented on issue Elara6331/itd#13 2022-03-11 18:05:32 +00:00
Songs metadata are not transliterated

Yes, this is something I was going to do and forgot. I will write a solution when I get home. Thank you.

Elara6331 merged pull request Elara6331/itd#12 2022-03-11 18:04:26 +00:00
Romanian transliterate
Elara6331 pushed to master at Elara6331/itd 2022-03-11 18:04:26 +00:00
32bb141244 Merge pull request 'Romanian transliterate' (#12) from eugenr/itd:romanian into master
f28c68438a Add Romanian to README.md
aa90e9eb26 Romanian translit
Compare 3 commits »
Elara6331 commented on pull request Elara6331/itd#12 2022-03-11 18:04:06 +00:00
Romanian transliterate

Looks good

Elara6331 commented on issue Elara6331/itd#11 2022-03-08 16:33:22 +00:00
Crash in socket.go attempting to update BLEFS

It should be fixed now. Please test and confirm. Thank you for finding these bugs.

Elara6331 pushed to master at Elara6331/itd 2022-03-08 16:32:40 +00:00
553709ce8d Make sure fs is only updated if dev.FS() succeeds (#11)
Elara6331 commented on issue Elara6331/itd#9 2022-03-04 20:07:27 +00:00
Crash in player.go after song changes

This should now be fixed. Thank you. Please reopen or create a new issue if it's still not working.

Elara6331 pushed to master at Elara6331/itd 2022-03-04 20:06:04 +00:00
2ded0d36b1 Update infinitime library for #9 fix
Elara6331 closed issue Elara6331/itd#9 2022-03-04 20:04:43 +00:00
Crash in player.go after song changes
Elara6331 pushed to master at Elara6331/infinitime 2022-03-04 20:04:43 +00:00
7026da3f6f Handle case where artists value is a single string rather than a slice. Fixes Arsen6331/itd#9.
Elara6331 commented on issue Elara6331/itd#9 2022-03-04 00:08:42 +00:00
Crash in player.go after song changes

Interesting. It appears your MPRIS DBus interface is different from mine. It may have been recently changed. When I was creating this, the value for artist was a string slice ([]string), but now it…

Elara6331 commented on issue Elara6331/itd#10 2022-03-04 00:04:49 +00:00
PineTime repeatedly displays passcode when out of range

I believe this is a different issue. I completely rewrote the pairing and reconnect code. I think what's happening is that the companion tries to pair but disconnects immediately, prompting it to try…