Also, Google AI is a pain. I asked it to show me the changelog for 5.3.0 and it insisted that the latest was 5.2.3. I had to beat it with a stick for it to check and see that a new version had been released.
Small feature request - filename length limitation
Small feature request - filename length limitation
On Windows, which has the maximum length of 260(?) characters for a path name by default. I've disabled that limit, and instead of setting unixfs to true, would prefer there be a value that can be set to true to ignore the limit, assuming that there isn't an easy way to check if the limit is in effect or not.
Also, Google AI is a pain. I asked it to show me the changelog for 5.3.0 and it insisted that the latest was 5.2.3. I had to beat it with a stick for it to check and see that a new version had been released.
Also, Google AI is a pain. I asked it to show me the changelog for 5.3.0 and it insisted that the latest was 5.2.3. I had to beat it with a stick for it to check and see that a new version had been released.
Re: Small feature request - filename length limitation
Wolfie wrote: 10 Sep 2026, 03:22 On Windows, which has the maximum length of 260(?) characters for a path name by default.
Wolfie wrote: 10 Sep 2026, 03:22 I asked it to show me the changelog for 5.3.0 and it insisted that the latest was 5.2.3.
Re: Small feature request - filename length limitation
It's just that it was showing me some red on a few filenames, but after another look, it appears to be just the filename and not the full path causing the issue. Had to add in ".take()" to account for potential issues.
Re: Small feature request - filename length limitation
Re: Small feature request - filename length limitation
Super Friends, multiple episodes combined into one. I checked the length of the name and it was hitting 255 characters. So I added a check to trim the episode name if it's over 150 characters, leaving room for the show name and other stuff.
Re: Small feature request - filename length limitation
Re: Small feature request - filename length limitation
I'll have to look at it again, since my fix (which I haven't tested yet) might be pointless.
Re: Small feature request - filename length limitation
Yeah, this is completely on me. Though I did add in an extra measure that will trim "t" down if the other data will exceed 100 characters. Not sure why I was using "episode" though.