Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
plugin.audio.fip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kodi
plugin.audio.fip
Merge requests
!2
Improve addon manifest, add links, bump version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Improve addon manifest, add links, bump version
improveAddonManifest
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Benoît Harrault
requested to merge
improveAddonManifest
into
master
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
976e9c88
1 commit,
6 years ago
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
addon.xml
+
3
−
1
Options
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon
id=
"plugin.audio.fip"
name=
"Fip, an eclectic music radio"
version=
"0.0.
1
"
provider-name=
"Benoît Harrault"
>
<addon
id=
"plugin.audio.fip"
name=
"Fip, an eclectic music radio"
version=
"0.0.
2
"
provider-name=
"Benoît Harrault"
>
<requires>
<import
addon=
"xbmc.python"
version=
"2.20.0"
/>
</requires>
@@ -12,5 +12,7 @@
<language>
en
</language>
<summary
lang=
"en"
>
Fip, an eclectic music radio
</summary>
<description
lang=
"en"
>
Listen to fip french radio streams
</description>
<source>
https://git.harrault.fr/kodi/plugin.audio.fip.git
</source>
<website>
https://git.harrault.fr/kodi/plugin.audio.fip
</website>
</extension>
</addon>
Loading