Jonathan Pentecost

Results 117 comments of Jonathan Pentecost

@MGSousa glad you like the tool! And thanks for the PR! Do you mind splitting this into a couple of PRs to make reviewing a bit easier? As it currently...

> Yes, it adds an extra level of indirection, but it is needed for the sake of being exported, thus being able to be used externally as a package. Ah...

@evilhamsterman I agree with your proposed approach, I think having that code somewhere in the application package (or some new package makes sense). > While we're at it @vishen why...

@DanielZheng2012 are you able to post any error messages etc you are seeing?

This looks like an issue with your Go setup on mac. It sounds like wherever `go install` is putting the binaries is not in your PATH env. I would check...

This last line indicates it wasn't able to load the media properly on the Chromecast: ``` time="2025-07-27T20:47:20+02:00" level=debug msg="(5)sender-0

Thanks! 1) It looks like when `--with-ui` was implemented, it wasn't done for the slideshow command. We would need to add something similar as https://github.com/vishen/go-chromecast/blob/master/cmd/load.go#L49-L65 to the slideshow command. I...