Update the manif file, and info with the readme file
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE QtCreatorProject>
|
<!DOCTYPE QtCreatorProject>
|
||||||
<!-- Written by QtCreator 4.3.0, 2024-08-12T14:57:27. -->
|
<!-- Written by QtCreator 4.3.0, 2024-08-12T17:50:51. -->
|
||||||
<qtcreator>
|
<qtcreator>
|
||||||
<data>
|
<data>
|
||||||
<variable>EnvironmentId</variable>
|
<variable>EnvironmentId</variable>
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
<valuemap type="QVariantMap">
|
<valuemap type="QVariantMap">
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Freebox (192.168.0.20)</value>
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Freebox (192.168.0.20)</value>
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Freebox (192.168.0.20)</value>
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Freebox (192.168.0.20)</value>
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{85c5d883-c271-46ed-a005-853375634941}</value>
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{2fffcf57-628c-4672-8f03-a48ccdb2ddbd}</value>
|
||||||
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">-1</value>
|
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">-1</value>
|
||||||
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">-1</value>
|
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">-1</value>
|
||||||
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
|
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
|
||||||
@@ -108,9 +108,14 @@
|
|||||||
<value type="int">13</value>
|
<value type="int">13</value>
|
||||||
<value type="int">14</value>
|
<value type="int">14</value>
|
||||||
</valuelist>
|
</valuelist>
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
|
<value type="int" key="PE.EnvironmentAspect.Base">2</value>
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">main</value>
|
<valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">main</value>
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Arguments"></value>
|
||||||
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Executable"></value>
|
||||||
|
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.WorkingDirectory">%{sourceDir}</value>
|
||||||
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Custom Executable</value>
|
||||||
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
|
||||||
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
|
||||||
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
|
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
|
||||||
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
|
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
|
||||||
<value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
|
<value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
"identifier": "com.stilobique.jellyfin",
|
"identifier": "com.stilobique.jellyfin",
|
||||||
"description": "Jellyfin for Freebox",
|
"description": "Jellyfin for Freebox",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
|
"capabilities": {
|
||||||
|
"net_wan": "required",
|
||||||
|
},
|
||||||
"entryPoints": {
|
"entryPoints": {
|
||||||
"main": {
|
"main": {
|
||||||
"file": "Jellyfin.qml",
|
"file": "Jellyfin.qml",
|
||||||
|
|||||||
@@ -4,4 +4,9 @@
|
|||||||
|
|
||||||
# Freebox Jellyfin
|
# Freebox Jellyfin
|
||||||
|
|
||||||
Cette application permet d'utiliser jellyfin sur la freebox
|
Cette application permet d'utiliser jellyfin sur la freebox.
|
||||||
|
|
||||||
|
|
||||||
|
# Configurer un environement de travail
|
||||||
|
[Documentation pour le SDK de la freebox](https://dev.freebox.fr/sdk/player.html).
|
||||||
|
Pour Windows, [voir ce billet sur Github](https://github.com/fbx/freebox-qtcreator-plugin/issues/8).
|
||||||
|
|||||||
Reference in New Issue
Block a user