• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 17
Release Audio Profiles (for Kodi 18 and later)
#31
(2020-05-06, 14:59)FXB78 Wrote: Auto audio-offset switching would be great, it's the only thing missing for me although I'm not sure it's possible.
It doesn't look like that will be possible.  There doesn't seem to be any programmatic access (i.e. from the python modules or JSONRPC) to that setting, at least not that I can find.
Reply
#32
(2020-05-06, 15:32)Roby77 Wrote: Sorry about translation

Just to be sure

We need to edit English strings.po instead of old Italian string.po ? I ask cause I don't see the new voices in Italian file
There are lots of new strings, so you either have to pull them in to the old Italian strings.po file and do the translations or start with the English strings.po file and either do all the translations again or copy/paste from the old Italian file.  I think there may still be a few I fixed/did with Google translate, so a fresh look might not be horrible.  It's up to you though.
Reply
#33
Now I see that in the codec detection menu I can choose the "menu" option. That's exactly what I meant.
Reply
#34
(2020-05-06, 19:08)tomasiek Wrote: Now I see that in the codec detection menu I can choose the "menu" option. That's exactly what I meant.
That's great!  I did look to see if I could auto select an option in the select menu.  The short answer is no, I can't.  The slightly longer answer is that you can with the built-in Kodi dialog, but you can't with the custom one.  I'd rather not have inconsistent behavior between the two dialog types, so you're going to have to select the item from the dialog box you actually want each time.
Reply
#35
I understood boss! This plug is now a mega harvester. She was in the best hands in which she could hit.
Reply
#36
New Alpha Available

v.2.0.0~alpha4 (Leia) and v.2.0.100~alpha4 (Matrix)
- allow delay before checking stream to be set to 0 (for people not using codec matching)
- added Matrix specific settings file (HDMI-CEC and Codec Detection are now ADVANCED settings for Matrix)
- added skin support for Aeon Nox Silvo, Amber, Quartz, and Rapier
- changed codec detection so that if no stream details are found then the codec options are ignored
- change in method for centering select menu

You can get the zip files for either Kodi 18 (Leia) or Kodi 19 (Matrix) from:

https://github.com/pkscout/script.audio....s/releases

This is probably going to be the last Alpha unless someone finds a significant issue.  After that I'll roll into beta and release it via my beta repo (which should get a few more people testing).  Before final release (which probably won't be until the end of May at the earliest) the language files definitely have to be updated, and I'd like to add more skin support.  There are 20 skins in the main Kodi repo, and so far I've done the four (plus Estuary) that also have Matrix versions already (a good indication they have longer term viability).  If you have a specific skin you use, let me know.  I'll prioritize the ones for folks participating here.
Reply
#37
sorry for the delay please below strings ita updated based on alpha 3 

http://www.easybytez.com/wwlgywk53oxf

Edit: my skin is Aeon Nox 5 Silvo mod
Reply
#38
(2020-05-09, 00:54)Roby77 Wrote: sorry for the delay please below strings ita updated based on alpha 3 

http://www.easybytez.com/wwlgywk53oxf

Edit: my skin is Aeon Nox 5 Silvo mod
Thanks for the Italian strings file.  I'll get it added for the next release.  If your Aeon Nox 5 Silvo mod is named the way most mods are (i.e. skin.original.mod.etc), then the support I have for Aeon Nox Silvo should hopefully work.  If the mod has strayed too far from the original (mostly in terms of image file names/locations), it probably won't work.  If you have a link to download the mod (or a Kodi forum thread), I can download it and check.
Reply
#39
Thank you

Forum thread: https://forum.kodi.tv/showthread.php?tid=210069

GitHub: https://github.com/mikesilvo164/Aeon-Nox-SiLVO
Reply
#40
(2020-05-09, 20:34)Roby77 Wrote: Thank you

Forum thread: https://forum.kodi.tv/showthread.php?tid=210069

GitHub: https://github.com/mikesilvo164/Aeon-Nox-SiLVO
Got it.  I wasn't familiar with Aeon Nox, so I didn't realize Aeon Nox Silvo is technicaly a mod. Aeon Nox Silvo is in the Kodi skin repo and already has a Matrix version, so there's already support in the Alpha for that skin.
Reply
#41
First Beta of 2.0.0 Available

2.0.0~beta1 (for Kodi 18 Leia) and 2.0.100~beta1 (for Kodi 19 Matrix) are both available in my beta add on repo (information on installing my beta repo is in the Audio Profiles wiki page listed in my signature).

- added support for up to 10 audio profiles
- added more granular control over notifications
- added option to have select menu show only for certain media types
- added auto switching by codec kind and channel count (for videos only)
- added option to use built in select dialog instead of custom menu
- added ability to support skin specific custom select menu
- added skin support for Ace2, Aeon MQ8, Aeon Nox Silvo, Aeon Tajo, Amber, AppTV, Aura, Bello 7, Box, Confluence, Embuary, Eminence, Estuary, fTV, Pellucid, Quartz, Rapier, Transparency, Unity, and Xperience1080
- added Matrix specific settings file (HDMI-CEC and Codec Detection are now ADVANCED settings for Matrix)
- changed general logic for auto switching
- changed method for centering select menu
- fix so PVR recordings are categorized as auto_pvr_tv during auto switch
- fix for crash in service when changing settings
- reorganized settings
- substantial rewrite to eliminate need for service to call main addon via executebuiltin

There are new settings, so please take a moment to explore them.    If you are using a skin that isn't in the supported list, let me know which one (with a link for a download), and I'll see about adding it.  The list above is basically everything in the official Kodi skin repo EXCEPT Revolve. That is one strange skin, and I haven't been able to figure out why I can't get a custom menu working for that one.

One quick note about the skin support - if you are using a mod of a skin (like my mod of Estuary) the skin specific select menu should work fine as long as the root of the mod's name is the same as the original skin (i.e. skin.estuary and skin.estuary.mod).  If the menu doesn't look right on a mod, you can disable the setting to include mods in the skin match (it's in the Extras area).  With that, you would get the default custom menu.  You can also disable custom menus altogether and use the built in Kodi select dialog box.  That will give you a more integrated experience with other skins (even ones that don't have a custom menu done).

The language files DID NOT change from the Alpha, but I'm still needing updates for everything except English and Italian.

If you run into any issues, please enable debug logging in Kodi AND Audio Profiles, replicate the problem, and then post a link to your debug log files so I can take a look.
Reply
#42
Pleas add support to skin arctic.zephyr.2
https://forum.kodi.tv/showthread.php?tid=339791
https://github.com/jurialmunkey/skin.arctic.zephyr.2
(similar to aura)
Reply
#43
(2020-05-14, 10:38)tomasiek Wrote: Pleas add support to skin arctic.zephyr.2
https://forum.kodi.tv/showthread.php?tid=339791
https://github.com/jurialmunkey/skin.arctic.zephyr.2
(similar to aura)
Done. It was, in fact, exactly the same as Aura, so all I had to do was copy the custom menu XML file to another directory and change a couple config entries in Audio Profiles. That was by far the easiest one I've added.  It'll be in the next beta.
Reply
#44
New Beta Available

v.2.0.0~beta2 (Kodi 18 Leia) and v.2.0.100~beta2 (Kodi 19 Matrix)
- added option for more agressive matching of unknown content to auto_music
- added skin support for Arctic Horizon, Arctic Zephyr 2, and Revolve
- updated language files
- updated skin support to make it easier to support new skins

Requests for skin support skin welcome, as are translation updates.  I *think* this is stable and code complete now, so I'm tentatively planning to submit it to the main Kodi repo on June 1.

Just so it's all in one post, here are all the skins now supported: Ace2, Aeon MQ8, Aeon Nox Silvo, Aeon Tajo, Amber, AppTV, Arctic Horizon, Arctic Zephyr2, Aura, Bello 7, Box, Confluence, Embuary, Eminence, Estuary, fTV, Pellucid, Quartz, Rapier, Revolve, Transparency, Unity, and Xperience1080.  I've tested every skin in Kodi 18 (Leia) but haven't tested anything other than the Estuary one in Matrix.  I'm not even sure how many of these skins will work in Matrix at all.

BTW, never install 20+ skins on your Kodi instance.  There must be 50 new addons and scripts that got added to my development machine.  Gonna clean that up soon, as Kodi is noticeably slower with the number of background things running now.
Reply
#45
version 2.0.0 should be hitting the main repo in the next few days.

v.2.0.0
- added support for up to 10 audio profiles
- added more granular control over notifications
- added option to have select menu show only for certain media types
- added auto switching by codec kind and channel count (for videos only)
- added option to use built in select dialog instead of custom menu
- added option for more agressive matching of unknown content to auto_music
- added ability to support skin specific custom select menu
- added skin support for Ace2, Aeon MQ8, Aeon Nox Silvo, Aeon Tajo, Amber, AppTV, Aura, Arctic Horizon,
  Arctic Zephyr2Bello 7, Box, Confluence, Embuary, Eminence, Estuary, fTV, Pellucid, Quartz, Rapier,
  Revolve, Transparency, Unity, and Xperience1080
- added Matrix specific settings file (HDMI-CEC and Codec Detection are now ADVANCED settings for Matrix)
- updated language files
- updated skin support to make it easier to support new skins
- changed general logic for auto switching
- changed method for centering select menu
- fix so PVR recordings are categorized as auto_pvr_tv during auto switch
- fix for crash in service when changing settings
- reorganized settings
- substantial rewrite to eliminate need for service to call main addon via executebuiltin
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 17

Logout Mark Read Team Forum Stats Members Help
Audio Profiles (for Kodi 18 and later)0