Re: kid3 mp3 tag editor
Jackie
Josh, you may find it necessary to number them like:
toggle quoted message
Show quoted text
001 010 020 .... 100 I rather suspect we'll likely be asked to take it on the chat list if after this you're still having trouble, & I'm not subscribed. But maybe this will help out. On 10/13/19, Josh Kennedy <joshknnd1982@...> wrote:
Hi, --
Subscribe to a WordPress for Newbies Mailing List by sending a message to: wp4newbs-request@... with 'subscribe' in the Subject field OR by visiting the list page at http://www.freelists.org/list/wp4newbs & check out my sites at www.brighter-vision.com & www.mysitesbeenhacked.com |
|
kid3 mp3 tag editor
Josh Kennedy
Hi,
I am trying to edit the tags across multiple mp3 files with this mp3 tag editor.
https://sourceforge.net/projects/kid3/
I want to set it up so all the mp3 files play in order when I sync my iTunes library to my iPhone/iPod touch and to do that I have to modify the tags of each mp3. I don’t know what I’m doing wrong though because when I hit the tag1 button and it says from filename and then I save, go to tools, number tracks, hit ok, hit save. Then re-import into iTunes the files are still out of order. Has anyone used the above software with NVDA? What is the best way ;to make a folder full of mp3 files play in order from first to last? I have the files numbered 1 through 131. But this does not help.
Josh
Sent from Mail for Windows 10
|
|
mp3 tag editors
Josh Kennedy
Hi,
I found out the kid3 mp3 tag editor is free and is pretty accessible with NVDA. Do any of you know of any other free mp3 tag editors? It is the only way I can organize a folder full of files I have so they play in order from the first episode to the last episode in iTunes. Otherwise they sinc to my iPhone all out of order.
Josh
Sent from Mail for Windows 10
|
|
Re: How do I set up a keyboard short cut to start NVDA?
molly the blind tech lover
Hi ☺ You can set control plus alt plus n as the keyboard shortcut. I think this can be done by default when you first set up NVDA. It will ask you if you want to create a keyboard shortcut with control plus alt plus n, but you could probably assign a different keystroke.
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of James Bentley
Sent: Sunday, October 13, 2019 8:45 AM To: NVDA <nvda@nvda.groups.io> Subject: [nvda] How do I set up a keyboard short cut to start NVDA?
Hi,
Can I do this inside of NVDA or do I do this in Windows?
Thank you,
James B
|
|
Re: How do I set up a keyboard short cut to start NVDA?
Hermann-Josef Kurzen
Hi,
toggle quoted message
Show quoted text
as we are talking about alt+control+n to start NVDA: I'm using the latest Version of NVDA in connection with Windows 10. The hotkey alt+control+n is active so I'm told by Windows. But it doesn't work. Is it recommended to run NVDA as an administrator to correct this? Greetings - Hermann --- Ursprüngliche Nachricht --- Von: "Robert Doc Wright godfearer" <godfearer@...> Wichtigkeit Normal |
|
Re: How do I set up a keyboard short cut to start NVDA?
Chris
you will have to modify the nvda shortcut properties under the general tab you will find a section for shortcut key where you can enter your desired keyboard shortcut sequence
From: James Bentley
Sent: 13 October 2019 13:45 To: NVDA Subject: [nvda] How do I set up a keyboard short cut to start NVDA?
Hi,
Can I do this inside of NVDA or do I do this in Windows?
Thank you,
James B
|
|
Re: How do I set up a keyboard short cut to start NVDA?
Robert Doc Wright godfearer
The shortcut is normally defaulted at alt+control+n You can go into general settings and set it to start with windows. I have never had to create a shortcut for it.
******If we can't look at ourselves, and ask, why? then where does the learning start?***
From: James Bentley
Sent: Sunday, October 13, 2019 6:45 AM To: NVDA Subject: [nvda] How do I set up a keyboard short cut to start NVDA?
Hi,
Can I do this inside of NVDA or do I do this in Windows?
Thank you,
James B
|
|
Re: How do I set up a keyboard short cut to start NVDA?
James Bentley <bentleyj1952@...>
Hi,
toggle quoted message
Show quoted text
I thought it could also be done inside of NVDA but I don't see it. It was no big deal to just set it up in Windows. I like hearing MS David. Looks like NVDA keeps getting better. Thanks, James B -----Original Message-----
From: Damien Garwood Sent: Sunday, October 13, 2019 8:00 AM To: nvda@nvda.groups.io Subject: Re: [nvda] How do I set up a keyboard short cut to start NVDA? Hi James, This is done through Windows. The idea is that you set up a shortcut file in the start menu or on the desktop. Then, when you access its properties, you can set up the hotkey that will activate it. If you need help doing this, email me off list and I'll walk you through the process. Cheers, Damien. On 13/10/2019 01:45 pm, James Bentley wrote: Hi, |
|
Re: How do I set up a keyboard short cut to start NVDA?
Damien Garwood <damien@...>
Hi James,
toggle quoted message
Show quoted text
This is done through Windows. The idea is that you set up a shortcut file in the start menu or on the desktop. Then, when you access its properties, you can set up the hotkey that will activate it. If you need help doing this, email me off list and I'll walk you through the process. Cheers, Damien. On 13/10/2019 01:45 pm, James Bentley wrote:
Hi, |
|
How do I set up a keyboard short cut to start NVDA?
James Bentley <bentleyj1952@...>
Hi,
Can I do this inside of NVDA or do I do this in Windows?
Thank you,
James B
|
|
Re: RH Voices NVDA Add-on
Kevin Cussick
Hi, it might you should not need the sapi5 stuff as it should just work. a bit late reading this sorry. you may hae it working now I hope so it works on all my machines.
toggle quoted message
Show quoted text
On 27/09/2019 23:20, john s wrote:
Kevin, would it help to install any of this stuff,running as administrator? |
|
Re: Are web applications that accessible?
Sean Murphy
If the web app you are using is independent of a browser. In other word is self-contained browser like skype, Visual Code Editor and others. Then what is available to you is very restrictive. As the screen reader is fully dependent on what is revealed by this style of app via the accessibility framework like UIA, MSAA or iaccess2. If you cannot write a plugin, then you will have very limited access to available information.
toggle quoted message
Show quoted text
If the app is usable in any browser, then you have more flexibility and there are extension based upon Javascript that permits you to modify the web page. You require knowledge in JavaScript languages to modify the page. A general overview how web pages regardless if they are stand-alone apps or uses any web browser work: * the web page is loaded. * The DOM is populated (Document Object Model). * the accessibility tree of the browser is populated which has the required information for a assistive technology product. * The accessibility API (framework) like UIA is populated by the browser. * the screen reader then interrogates the accessibility API or the browser directly. There is more complexity to what I have outlined above. But this gives a general overview how information flows. NVDA might be able to get more information but you need to learn python, the accessibility API and possibly a bunch of other API information to get the information you want. A major learning curve for yourself. Where it would be far cost effective for your energy and time to reach out to the owner of the product to make the require changes. Sean -----Original Message-----
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Damien Garwood Sent: Sunday, 13 October 2019 7:16 AM To: nvda@nvda.groups.io Subject: Re: [nvda] Are web applications that accessible? Hi Robert, Those are actually very interesting questions. I have theories, but that's all they are. I'm sure someone who is more expert on this topic will correct me if it turns out I'm wrong, which I'm sure I probably am. The simple answer first. Announcements for several document elements (table headers, clickable items, links, headings etc) can be enabled or disabled through the document formatting section of the settings dialog. Other than that, the only way to really customise what is spoken by NVDA (such as changing control type text, changing spoken order etc) is through scripting. Now for my theories. Scripting web app enhancements with NVDA wouldn't be as simple as making an app module for several reasons. 1. NVDA has its own internal stuff that allows it to do its browse/focus mode thing. This could interfere with web apps that you might think can be scripted as app modules (those packaged as executables like Skype and so on). 2. The web browser is just a host for the app, and so I'm guessing NVDA can't get to it the same way it gets to a standard desktop control. Even apps packaged as their own executables like Skype are actually using Chrome/Chromium/whatever it's called these days. 3. Bear in mind that different browsers have different rules for rendering controls and information, and so unfortunately it wouldn't be a uniform process. Having said that. There are several accessibility API's that NVDA has, over the years, managed to smack under one umbrella. So I'm guessing that's only a matter of time before the same can be done for web browsers, and eventually, web apps. As for profiles. My guess is that those can be used in the normal way for web apps that come as executables, but would be difficult to set up for external websites, for similar reasons. The profile would be triggered by the browser, not the app itself. Cheers, Damien. On 12/10/2019 07:21 pm, Robert Logue wrote: 1: Is it difficult for users to script NVDA for web applications? |
|
Re: Are web applications that accessible?
Damien Garwood <damien@...>
Hi Robert,
toggle quoted message
Show quoted text
Those are actually very interesting questions. I have theories, but that's all they are. I'm sure someone who is more expert on this topic will correct me if it turns out I'm wrong, which I'm sure I probably am. The simple answer first. Announcements for several document elements (table headers, clickable items, links, headings etc) can be enabled or disabled through the document formatting section of the settings dialog. Other than that, the only way to really customise what is spoken by NVDA (such as changing control type text, changing spoken order etc) is through scripting. Now for my theories. Scripting web app enhancements with NVDA wouldn't be as simple as making an app module for several reasons. 1. NVDA has its own internal stuff that allows it to do its browse/focus mode thing. This could interfere with web apps that you might think can be scripted as app modules (those packaged as executables like Skype and so on). 2. The web browser is just a host for the app, and so I'm guessing NVDA can't get to it the same way it gets to a standard desktop control. Even apps packaged as their own executables like Skype are actually using Chrome/Chromium/whatever it's called these days. 3. Bear in mind that different browsers have different rules for rendering controls and information, and so unfortunately it wouldn't be a uniform process. Having said that. There are several accessibility API's that NVDA has, over the years, managed to smack under one umbrella. So I'm guessing that's only a matter of time before the same can be done for web browsers, and eventually, web apps. As for profiles. My guess is that those can be used in the normal way for web apps that come as executables, but would be difficult to set up for external websites, for similar reasons. The profile would be triggered by the browser, not the app itself. Cheers, Damien. On 12/10/2019 07:21 pm, Robert Logue wrote:
1: Is it difficult for users to script NVDA for web applications? |
|
Re: Are web applications that accessible?
Robert Logue
1: Is it difficult for users to script NVDA for web applications?
2: Is there a standard way to customize what is spoken?
3: Does NVDA have a way to set up individual profiles for each web application?
Thanks.
Bob
On 2019-10-07 8:51 a.m., Gene wrote:
|
|
Re: NVDA keeps on crashing while switching windows
Suhas D
the version of NVDA is 2019.2 stable build. and the windows version is: Windows 10Ver1903 (64-bit) build 18362.387 On Sat, Oct 12, 2019 at 9:02 AM Luke Davis <luke@...> wrote: What version of NVDA do you have? (NVDA menu, help, about) --
saludos cordiales , Suhas Lightning Mcqueen rapido como un rayo.... |
|
Re: NVDA keeps on crashing while switching windows
Luke Davis
What version of NVDA do you have? (NVDA menu, help, about)
toggle quoted message
Show quoted text
What version of Windows do you have? (Windows+R, winver, enter) When did this problem start? Had you done anything right before that, such as install a windows update, or some new software, or update Chrome, or something? I know it's an old drum inside of a dead horse that I keep beating, but have you run the NVDA COM Registration Fixing Tool, from the NVDA Tools menu? Luke On Sat, 12 Oct 2019, help tech accessibility wrote:
i have this super duper Bugg, |
|
Re: Looking for pod catcher recommendations
Hermann-Josef Kurzen
Hi Jeff,
toggle quoted message
Show quoted text
I'm using the Podcatcher included in the Browserpackage of Webbie. Look here: https://www.webbie.org.uk/ Greetings - Hermann --- Ursprüngliche Nachricht --- Von: "Jeff Samco" <jsamco@...> Wichtigkeit Normal |
|
Re: NVDA and CCleaner
CCleaner interface is not accessible. There is a way round that, use the portable version. The settings for everything can be toggled in the ini file. If you find something which doesn't exist, hit space once and it will appear in the ini file. Most settings can bee toggled from 1 to 0. 0 is unticked, 1 is ticked. They are aware of this, but the ini file for most of it can be edited quite easily. The installer is riddled with avast malware anyway, and the portable allows you to do everything, including disabling uac for ccleaner, and extra things. You can even create the run and open from recycle bin. You don't get the program group or have it start by default but you can do that to. My only gripe is that you can not turn quick clean off in settings and in fact once a day easy clean and software updater will be toggled on so I have to edit the ini file daily and change a few lines but thats about it.
On 12/10/2019 11:25 am, Ján Kulik
wrote:
|
|
Re: NVDA and CCleaner
An issue of very long standing that Piriform does not seem to wish to remedy.
-- Brian - Windows 10 Pro, 64-Bit, Version 1903, Build 18362 The color of truth is grey. ~ André Gide
|
|
NVDA and CCleaner
Ján Kulik
Hi all,
Are you using CCleaner with NVDA? I found that when selecting an item in CCleaner, NVDA does not report check boxes. This is quite annoying, because I think it could be done so that NVDA announces check boxes in CCleaner.
It might be a good idea to contact the developer who is in charge, some users are reporting problems. |
|