Access Hub: A new multifunctional app designed with accessibility in mind
Wróć do Computers and Technology#41 thespyde
Unfortunately, U, N, F, O, R, T, U, N, A, T, E, L, Y.
#42 diamondStar
I know there is something called actions, But how to setup them in detail, I think that's what i don't understand, But I'll check out the github docs anyway, thanks.
This inno script is made by inno setup wizard though, I'm not an expert in inno script either.
-- (rudolf):
Greetings.
Regarding automated builds, see this: https://docs.github.com/en/actions
Regarding the pull request: Unfortonately, I'm not experienced or familiar with pull requests, otherwise I would have done it of course. Neither do I know Python or Inno script.
--
#43 ArcticMoon
I'm surprised this was the only word that triggered you, he usually spells way worse
-- (thespyde):
Unfortunately, U, N, F, O, R, T, U, N, A, T, E, L, Y.
--
"As I watch this generation try to rewrite history, one thing I'm sure of is that it will be misspelled and have no punctuation."
#44 diamondStar
Because the word is repeated several times without correction, :) . although I don't like to say it directly, But good that they corrected him.
-- (ArcticMoon):
I'm surprised this was the only word that triggered you, he usually spells way worse
-- (thespyde):
Unfortunately, U, N, F, O, R, T, U, N, A, T, E, L, Y.
--
--
#45 rudolf
I think the docs say this, but you need to create a folder called .github in the main folder of the repository, then create a sub directory called workflows and place your script in a .yml file there. For example, .github/workflows/build.yml. You could look at the .yml files of other repositories to learn the syntax or just read above called docs. :)
-- (diamondStar):
I know there is something called actions, But how to setup them in detail, I think that's what i don't understand, But I'll check out the github docs anyway, thanks.
This inno script is made by inno setup wizard though, I'm not an expert in inno script either.
-- (rudolf):
Greetings.
Regarding automated builds, see this: https://docs.github.com/en/actions
Regarding the pull request: Unfortonately, I'm not experienced or familiar with pull requests, otherwise I would have done it of course. Neither do I know Python or Inno script.
--
--
#46 diamondStar
Hey everyone.
If anyone is interested about access hub: I have created a telegram group for discussions, suggestions, And issues. If you are interested or want to know the latest updates: Please join the group from the following link: https://t.me/access_hub_discussion
By the way: There are several commits made to the github repository, And there is a new version coming.
If anyone is reading that and doesn't know what is access hub: Please check out this link: https://github.com/diamondStar35/access_hub
Regards.
#47 Janagirl
I have a little problem with the program now. It tells me there's an update. After downloading, it says the installation will begin. And then the program is closing and nothing happens anymore.
#48 diamondStar
Umm, Sorry. There is a little problem now because the app trys to open the .zip file, But it can't because it doesn't extract the archive. I have changed the file so to put other files like changelog and so on in the archive, But I'll solve that in the next update.
In the mean time: You can go to appdata/roming/Access Hub/updates and you'll find it there after downloading.
-- (Janagirl):
I have a little problem with the program now. It tells me there's an update. After downloading, it says the installation will begin. And then the program is closing and nothing happens anymore.
--
#49 Janagirl
Thanks a lot, that helped! But wwen trying too play a video on youtube, an error appears. That already happened before I installed the update.
#50 diamondStar
I have already transitioned to use the binary executable yt-dlp to allow users to update yt-dlp, Because there are a lot of changes in youtube and users need to regularly update yt-dlp for it to work.
It is now available in the source on github and in the next release which will be released within 1-2 days.
-- (Janagirl):
Thanks a lot, that helped! But wwen trying too play a video on youtube, an error appears. That already happened before I installed the update.
--
#51 diamondStar
Hello.
The new release is available now for download. You can update directly from the app or from the link at the end of this message.
This is an important release, Especially for users who use YouTube player regularly as there are important changes:
New in version 0.0.3b:
* Transitioned to use yt-dlp binary for youtube playback, Allowing the user to update yt-dlp itself without having to wait for a new release.
* Removed some dependencies which made the app a lot smaller in size.
Download link: https://github.com/diamondStar35/access_hub/releases/download/v0.0.3b/access_hub.exe
#52 diamondStar
Greetings everyone.
I would like to inform people who are interested that there is a new update for the app which includes a lot of changes and bug fixes. You can download it directly, or, It is better to reinstall the app to completely remove old files.
This happens because the new update included several new updated dependencies for FFMPEG and thus the old files will not be removed after update. If this is a problem for you: You can reinstall the app.
I would like also to inform everyone that there is a telegram discussion group for anyone who likes to drop their suggestions, Bug reports, Or anything else, :) .
The link is: https://t.me/access_hub_discussion
Please don't forget to read the changelog to not miss out any changes, :)
Use this link to download the latest version:
https://github.com/diamondStar35/access_hub/releases/download/v0.4.3b/access_hub.exe
Thank you for reading.
Best regards.
#53 Landon205
@1, Hi. Maybe I'll give it a try it with Jaws. Will It work with Jaws? @38, I hope I'm not being rood in asking this question. If I am, you can tell me. This is just a question I have. It facanates me. Where did you learn codeing? I'm not trying to be rood. I meen for me I read / listened to some codeing books with apple books on voice over.
#54 thespyde
It's for NVDA, not JAWS. The scripting language for JAWS is totally different.
#55 rudolf
What do you mean with scripting language? For sure it can be accessible with JAWS, after all, it's not an NVDA addon. It's a Python application with an accessible user interface and I'm very certain it can be accessible, but I'm not exactly sure.
-- (thespyde):
It's for NVDA, not JAWS. The scripting language for JAWS is totally different.
--
#56 Landon205
@55, I wonder what scripting languages are used with Jaws?
#57 DevilGuardian
I believe jaws uses it's own scripting language, but like what post 55 said, python applications should work natively with that screen reader.
#58 thespyde
Sorry, Rudolf, I got this confused with another thread.
#59 Landon205
Oh, okay.
#60 diamondStar
Hello.
I've never tried it with jaws, But as someone said: It is a native application with an accessible interface, I believe it's very accessible with jaws as with NVDA as well, though you may try it and provide your feedback if there are any issues.
Just want to point out though, that i'm using a library called accessible_output3 to make NVDA speak some messages, i'm not sure if that works with jaws or not. it works with NVDA, ZDSR, but i'm uncertain about jaws.
-- (Landon205):
@1, Hi. Maybe I'll give it a try it with Jaws. Will It work with Jaws? @38, I hope I'm not being rood in asking this question. If I am, you can tell me. This is just a question I have. It facanates me. Where did you learn codeing? I'm not trying to be rood. I meen for me I read / listened to some codeing books with apple books on voice over.
--