Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugin.audio.ampache/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
XBMC Ampache Plugin
Copyright (C) 2011-2017 Michael Better, Carlo Sardi, Jeffmeister, abeiro, Chris Slamar, Reno Reckling
Copyright (C) 2011-2025 Michael Better, Carlo Sardi, Jeffmeister, abeiro, Chris Slamar, Reno Reckling

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
33 changes: 0 additions & 33 deletions plugin.audio.ampache/README

This file was deleted.

20 changes: 20 additions & 0 deletions plugin.audio.ampache/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
**Ampache-Xbmc-Plugin Overview**

This plugin provides basic connectivity to the Ampache streaming software for XBMC/KODI. It's included in the Kodi Official Repository.

**Installation**

* For the latest version, download the ZIP file and install it via: System -> AddOns -> Install from ZIP (or AddOns -> Addon Icon -> Install from ZIP in newer Kodi versions).

**Compatibility**

* Supports Ampache API from 350001 to the latest version.
* Tested with Kodi 19 and 20.
* Works with web controls and the Kore app (Kore app has limited support).
* Tested with the latest stable Ampache server and Nextcloud Music.

**Troubleshooting**

* **Nextcloud Music Connection:** If you experience connection issues with Nextcloud Music, uncheck the "api_key" box as it uses username/password authentication.
* **Web Controls Search:** The older search interface may work better with web controls; this can be enabled in the settings.
* **Plugin Issues After Update (Raspberry Pi):** After updating from an older version, especially on a Raspberry Pi, the plugin may not work due to Kodi addon caching. Reboot your mediacenter. If the problem persists, uninstall and reinstall the plugin.
6 changes: 3 additions & 3 deletions plugin.audio.ampache/addon.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.audio.ampache" version="3.1.0+matrix.1" name="Ampache" provider-name="lusum">
<addon id="plugin.audio.ampache" version="3.2.0+matrix.1" name="Ampache" provider-name="lusum">
<requires>
<import addon="script.module.future" version="0.18.2"/>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.future" version="1.0.0"/>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ msgstr ""
"Project-Id-Version: XBMC Addons\n"
"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2020-02-06 18:18+0100\n"
"PO-Revision-Date: 2025-05-12 18:54+0200\n"
"Last-Translator: Kodi Translation Team\n"
"Language-Team: English (http://www.transifex.com/projects/p/xbmc-addons/language/en/)\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.4.2\n"

# settings
msgctxt "#30001"
Expand Down Expand Up @@ -49,6 +50,10 @@ msgctxt "#30015"
msgid "Auto fullscreen"
msgstr ""

msgctxt "#30016"
msgid "Clean image cache"
msgstr ""

msgctxt "#30020"
msgid "Add Server"
msgstr ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: XBMC Addons\n"
"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2022-02-07 19:47+0100\n"
"PO-Revision-Date: 2025-05-12 18:56+0200\n"
"Last-Translator: \n"
"Language-Team: English (http://www.transifex.com/projects/p/xbmc-addons/"
"language/en/)\n"
Expand All @@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.0\n"
"X-Generator: Poedit 3.4.2\n"

msgctxt "#30001"
msgid "General"
Expand Down Expand Up @@ -51,6 +51,10 @@ msgctxt "#30015"
msgid "Auto fullscreen"
msgstr "Fullscreen auto"

msgctxt "#30016"
msgid "Clean image cache"
msgstr "Pulisci la cache delle immagini"

msgctxt "#30020"
msgid "Add Server"
msgstr "Aggiungi Server"
Expand Down Expand Up @@ -196,7 +200,7 @@ msgstr "Ultimo aggiornamento"

msgctxt "#30131"
msgid "1 Week"
msgstr "1settimana"
msgstr "1 settimana"

msgctxt "#30132"
msgid "1 Month"
Expand Down
Loading