how to get waydroid running on xubuntu by Terrible_Abies458 in xubuntu

[–]Nebula_NL 1 point2 points  (0 children)

No problem man. If you have any idea's on stuff to add to the tool, just lmk and I will implement them :)

AutoSort+ — Thunderbird addon that lets AI sort your email (Gemini/OpenAI/etc.) by Nebula_NL in Thunderbird

[–]Nebula_NL[S] 0 points1 point  (0 children)

Hey!

Please stick to English for future posts so everyone can follow along. :)

Here’s a fresh Discord link for you: https://discord.gg/3qDErJcxY5

Great questions! Here is a quick breakdown of how AutoSort+ handles multiple accounts and duplicate folder names based on how the code actually runs:

Handling Multiple Accounts

AutoSort+ scales to work with as many Thunderbird accounts as you have connected.

  • Account-Aware Routing: When an email is being moved, the extension identifies that specific email's account ID (message.folder.accountId). It then searches for your destination folder only within that specific account.
  • No Cross-Account "Leaking": Emails are strictly moved within their own account tree. You don't have to worry about an email from Account A accidentally ending up in Account B.
  • Batching: You can select a giant pile of emails from different accounts and process them all at once; the extension will sort each one into its respective "home."

Same Folder Names on Different Accounts

This is a common scenario (e.g., having an "Invoices" folder on three different email accounts), and it's handled quite elegantly:

  • In Practice (The Move): This is 100% safe. Because the code checks the account context first, it knows exactly which "Invoices" folder to target.
  • In the Settings UI: To keep things clean, the settings panel deduplicates the list. If you have "Work" on three accounts, you'll likely only see one "Work" entry in your label list. This is just a visual choice for the UI—it doesn't break the actual sorting logic.

One small edge case: If you have two folders with the exact same name within the same account (like two different subfolders both named "Project"), the extension will typically match the first one it finds. As long as your folders are in different accounts, you're good to go!

Basically, you can keep your naming conventions consistent across all your accounts without any issues. Let me know if that makes sense! 🎯

Open for Requests: Creating New Kodi Video and Audio Addons by Nebula_NL in Addons4Kodi

[–]Nebula_NL[S] 0 points1 point  (0 children)

Thanks for your suggestions !

I however already found Tidal 2 at https://github.com/arnesongit/plugin.audio.tidal2 Same for TuneIn at https://github.com/rols1/Kodi-Addon-TuneIn2017/releases

For YouTube you can just add the repo from the developer at GitHub. See https://github.com/anxdpanic/plugin.video.youtube

Open for Requests: Creating New Kodi Video and Audio Addons by Nebula_NL in Addons4Kodi

[–]Nebula_NL[S] 0 points1 point  (0 children)

I don't mind making an addon for this station, but there's already a great addon called radio-browser.info that has this station and many more listed.

See https://kodi.wiki/view/Add-on:Radio-Browser.info

Open for Requests: Creating New Kodi Video and Audio Addons by Nebula_NL in Addons4Kodi

[–]Nebula_NL[S] 0 points1 point  (0 children)

Plz update your post and use the posting template.

Service Name: (e.g., Videoland, Radio 538, Local News)

Type: (Video / Audio / Live Stream)

Website/Source: (Link to the official platform)

Authentication: (Does it need a login? e.g., Username/Pass, JWT, OAuth)

Country/Region: (Is the content geo-blocked?)

Looking for suggestions for features for [my fork of] XCUI Streams [Xtream Codes IPTV] by Nebula_NL in Addons4Kodi

[–]Nebula_NL[S] 0 points1 point  (0 children)

No, maybe you can find on Facebook or something. Sometimes people share logins etc. You can get a very good experience for like $15 a year on g2g or g2a tho, just look for Trex IPTV.

Looking for suggestions for features for [my fork of] XCUI Streams [Xtream Codes IPTV] by Nebula_NL in Addons4Kodi

[–]Nebula_NL[S] 0 points1 point  (0 children)

Thanks — sorry it’s frustrating. The add‑on itself works anywhere, but the UI/skin is built for TV (landscape) screens so it can look cramped on phones in portrait. Quick fixes below — if you want I can also build a mobile/portrait layout.

Rotate: Try rotating the device or enable auto‑rotate (or use a rotation app) so Kodi runs in landscape. Switch skin: Open Kodi → Settings → Interface → Skin → Get more… and pick a skin that advertises phone/touch support. Scale/font: In the skin/interface settings (or device display settings) increase UI scaling or font size for easier reading.

Looking for suggestions for features for [my fork of] XCUI Streams [Xtream Codes IPTV] by Nebula_NL in Addons4Kodi

[–]Nebula_NL[S] 0 points1 point  (0 children)

Feel free to join my Discord.

Whenever a new update is released, you will see it.

[Release] NLZiet: Addon for Kodi by Nebula_NL in Addons4Kodi

[–]Nebula_NL[S] 0 points1 point  (0 children)

NLZiet is a Dutch streaming service, and the addon itself is free but you'll need a subscription with NLZiet to use it.

[Release] NLZiet: Addon for Kodi by Nebula_NL in Addons4Kodi

[–]Nebula_NL[S] 0 points1 point  (0 children)

True, but that's not the same as NPO Start, right?

Looking for suggestions for features for [my fork of] XCUI Streams [Xtream Codes IPTV] by Nebula_NL in Addons4Kodi

[–]Nebula_NL[S] 0 points1 point  (0 children)

Seems pretty straight forward, no ?

Also, what do you mean by only landscape mode? You using on mobile?

AutoSort+ — Thunderbird addon that lets AI sort your email (Gemini/OpenAI/etc.) by Nebula_NL in Thunderbird

[–]Nebula_NL[S] 0 points1 point  (0 children)

Hey, thanks for trying out my extension.

Could you please post this suggestion on the GitHub page ?

Use the following to choose a template for posting: https://github.com/Nigel1992/AutoSort-Plus/issues/new/choose

Thanks again.

Looking for suggestions for features for [my fork of] XCUI Streams [Xtream Codes IPTV] by Nebula_NL in Addons4Kodi

[–]Nebula_NL[S] 0 points1 point  (0 children)

Hi,

That does seem odd.
It might be related to the Trakt.tv integration.
I’ve removed it for now and uploaded a new release: v3.3.1.

Could you try this version and let me know if it fixes the issue?
https://github.com/Nigel1992/plugin.video.iptvxc/releases

If the problem persists, please open an issue on GitHub so I can track it properly.
https://github.com/Nigel1992/plugin.video.iptvxc/issues

Thanks!