Add-ons a61s
s: Alex 1a6c65
Re: Add-ons 1c467
Spheres-cu wrote:Alex wrote:Spheres-cu wrote:The subtitles getting ed fine but in this format: "%(title)s.%(ext)s" where title is the video title but ext is the language (es) example: Wicked.es instead of Wicked.es.srt
I think we've fixed it. I can give you a new FDM version with the fix so you can test it if you want to.
That would be great!
How can I get this new version?
https://files2.freemanager.telechargerjeux.org/ ... _setup.exe
Alex,
FDM development team
FDM development team
- Spheres-cu
- Posts: 22
- ed: Wed Jan 29, 2025 4:44 am
Re: Add-ons 1c467
Alex wrote:Spheres-cu wrote:Alex wrote:I think we've fixed it. I can give you a new FDM version with the fix so you can test it if you want to.
That would be great!
How can I get this new version?
https://files2.freemanager.telechargerjeux.org/ ... _setup.exe
Thanks !
Already ing for testing !

- Spheres-cu
- Posts: 22
- ed: Wed Jan 29, 2025 4:44 am
Re: Add-ons 1c467
Spheres-cu wrote:Alex wrote:Spheres-cu wrote:
That would be great!
How can I get this new version?
https://files2.freemanager.telechargerjeux.org/ ... _setup.exe
Thanks !
Already ing for testing !![]()
Thank you so much !
It is fixed the issue of extension in subtitles files !
Fixed subtitles extension file !
Re: Add-ons 1c467
Spheres-cu wrote:It is fixed the issue of extension in subtitles files !
Glad to hear that, thanks for letting me know.

Alex,
FDM development team
FDM development team
- Spheres-cu
- Posts: 22
- ed: Wed Jan 29, 2025 4:44 am
Re: Add-ons 1c467
Alex wrote:Spheres-cu wrote:It is fixed the issue of extension in subtitles files !
Glad to hear that, thanks for letting me know.![]()
Thank to you!
I let here some captures of the plugin working




Re: Add-ons 1c467
Spheres-cu wrote:I let here some captures of the plugin working![]()
Well, thanks for this inspiring report! We appreciate it.

Alex,
FDM development team
FDM development team
- Spheres-cu
- Posts: 22
- ed: Wed Jan 29, 2025 4:44 am
Re: Add-ons 1c467
Alex wrote:Spheres-cu wrote:I let here some captures of the plugin working![]()
Well, thanks for this inspiring report! We appreciate it.![]()
Ok then, have you seen my request for the digital signature of the plugin?
I'm just waiting for that to publish the first version on Github!

- Spheres-cu
- Posts: 22
- ed: Wed Jan 29, 2025 4:44 am
Re: Add-ons 1c467
Alex wrote:Spheres-cu wrote:I let here some captures of the plugin working![]()
Well, thanks for this inspiring report! We appreciate it.![]()
Hi Alex!
I have a problem with the selection of audio formats in s, the issue is that many of the Picta videos come with audio in Spanish and English but the Formats object does not allow the selection of languages to , which does not happen with the picta-dl or yt-dlp extractor since in the configuration file it allows obtaining the desired format type as well as ing them through arguments.
My proposal is to put a member for the language in the Formats object
Re: Add-ons 1c467
Spheres-cu wrote:Alex wrote:Spheres-cu wrote:I let here some captures of the plugin working![]()
Well, thanks for this inspiring report! We appreciate it.![]()
Hi Alex!
I have a problem with the selection of audio formats in s, the issue is that many of the Picta videos come with audio in Spanish and English but the Formats object does not allow the selection of languages to , which does not happen with the picta-dl or yt-dlp extractor since in the configuration file it allows obtaining the desired format type as well as ing them through arguments.
My proposal is to put a member for the language in the Formats object
Hello,
I'm not sure if I understand you right, but there is an already existing field 'preference'. You can use it to force FDM to choose a desired audio channel. Is it not suitable for your needs?
Alex,
FDM development team
FDM development team
Re: Add-ons 1c467
Spheres-cu wrote:Ok then, have you seen my request for the digital signature of the plugin?
Yes, we've received it. Sorry for the long delay, it does not depend on me...
Alex,
FDM development team
FDM development team
- Spheres-cu
- Posts: 22
- ed: Wed Jan 29, 2025 4:44 am
Re: Add-ons 1c467
Alex wrote:Spheres-cu wrote:Alex wrote:Well, thanks for this inspiring report! We appreciate it.![]()
Hi Alex!
I have a problem with the selection of audio formats in s, the issue is that many of the Picta videos come with audio in Spanish and English but the Formats object does not allow the selection of languages to , which does not happen with the picta-dl or yt-dlp extractor since in the configuration file it allows obtaining the desired format type as well as ing them through arguments.
My proposal is to put a member for the language in the Formats object
Hello,
I'm not sure if I understand you right, but there is an already existing field 'preference'. You can use it to force FDM to choose a desired audio channel. Is it not suitable for your needs?
Hi Alex, thanks for answering me again, I'm not talking about the language preference in the application, it's about the plugin API, normally the API has several objects that contain the information of what you want to and these get that information from the json that is generated in the javascript script, from this json the objects: FORMATS, SUBTITLES, ENTRIES get the url, now, specifically the FORMATS object has some such as the url, the parsing of a list of videos or a simple video can contain several urls of the audios (languages) in which it is available, but FORMATS only processes the first one on the list and does not take into the language, therefore if there are several urls with different languages there is no way to select the one the wants.
That's why the idea was to see if a member could be added to FORMATS for the language, something similar to what is done with Subitles where you can the desired language and its URL (in the case of the language it would be something similar).
Re: Add-ons 1c467
Spheres-cu wrote:Hi Alex, thanks for answering me again, I'm not talking about the language preference in the application, it's about the plugin API, normally the API has several objects that contain the information of what you want to and these get that information from the json that is generated in the javascript script, from this json the objects: FORMATS, SUBTITLES, ENTRIES get the url, now, specifically the FORMATS object has some such as the url, the parsing of a list of videos or a simple video can contain several urls of the audios (languages) in which it is available, but FORMATS only processes the first one on the list and does not take into the language, therefore if there are several urls with different languages there is no way to select the one the wants.
That's why the idea was to see if a member could be added to FORMATS for the language, something similar to what is done with Subitles where you can the desired language and its URL (in the case of the language it would be something similar).
Hello,
There is language_preference field inside of the each formats array's element your add-on provides to FDM. You can control the language FDM will choose using this field.
Alex,
FDM development team
FDM development team
- Spheres-cu
- Posts: 22
- ed: Wed Jan 29, 2025 4:44 am
Re: Add-ons 1c467
Alex wrote:Spheres-cu wrote:Hi Alex, thanks for answering me again, I'm not talking about the language preference in the application, it's about the plugin API, normally the API has several objects that contain the information of what you want to and these get that information from the json that is generated in the javascript script, from this json the objects: FORMATS, SUBTITLES, ENTRIES get the url, now, specifically the FORMATS object has some such as the url, the parsing of a list of videos or a simple video can contain several urls of the audios (languages) in which it is available, but FORMATS only processes the first one on the list and does not take into the language, therefore if there are several urls with different languages there is no way to select the one the wants.
That's why the idea was to see if a member could be added to FORMATS for the language, something similar to what is done with Subitles where you can the desired language and its URL (in the case of the language it would be something similar).
Hello,
There is language_preference field inside of the each formats array's element your add-on provides to FDM. You can control the language FDM will choose using this field.
Hi Alex !
I see in fdm-addons-docs examples a custom format array for to FDM.
What I don't see is a reference to the FDM v4 API where I can see all the fields I can control.
Is there a site or document other than the addons PDF that can guide me?
That would be very helpful to me as I now rely only on the fdm-addons-docs example and the Elephant plugin to guide me.
A salute you, thanks for always answer to me.

Re: Add-ons 1c467
Spheres-cu wrote:I see in fdm-addons-docs examples a custom format array for to FDM.
What I don't see is a reference to the FDM v4 API where I can see all the fields I can control.
Is there a site or document other than the addons PDF that can guide me?
That would be very helpful to me as I now rely only on the fdm-addons-docs example and the Elephant plugin to guide me.
Hello,
My bad. Thanks for pointing me out. I've updated the docs.
Please let me know if you need any further assistance.
Alex,
FDM development team
FDM development team
Re: Add-ons 1c467
Spheres-cu wrote:Ok then, have you seen my request for the digital signature of the plugin?
I'm just waiting for that to publish the first version on Github!![]()
Hello,
Sorry for the long delay. In order for us to be able to sign your add-on, please write to our email with the request to sign your add-on. In that mail please include the following information:
1) URL of your GitHub repository (e.g. https://github.com/Spheres-cu/picta-fdm).
2) Hash of a commit you would like to sign (e.g. 2d8e3281852c1318e8c0097c8bb09d0f8e98c739).
Alex,
FDM development team
FDM development team
Who is online 3p6y2t
s browsing this forum: No ed s and 23 guests