mirror of
https://github.com/jellyfin/jellyfin-mpv-shim.git
synced 2024-11-22 21:49:41 +00:00
🏳️⚧️
This commit is contained in:
parent
d2c8db78a4
commit
2f219d5967
@ -3,7 +3,7 @@
|
||||
|
||||
#define MyAppName "Jellyfin MPV Shim"
|
||||
#define MyAppVersion "2.6.0"
|
||||
#define MyAppPublisher "Ian Walton"
|
||||
#define MyAppPublisher "Izzie Walton"
|
||||
#define MyAppURL "https://github.com/jellyfin/jellyfin-mpv-shim"
|
||||
#define MyAppExeName "run.exe"
|
||||
|
||||
|
@ -5,7 +5,7 @@ terms of the GPLv3, as this is the more restrictive license.
|
||||
|
||||
## MIT License
|
||||
|
||||
Copyright (c) 2019 Ian Walton
|
||||
Copyright (c) 2019 Izzie Walton
|
||||
Copyright (c) 2014 Weston Nielson
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2020 Ian Walton <ian@iwalton.com> -->
|
||||
<!-- Copyright 2020 Izzie Walton <izzie@iwalton.com> -->
|
||||
<component type="desktop-application">
|
||||
<id>com.github.iwalton3.jellyfin-mpv-shim</id>
|
||||
<metadata_license>FSFAP</metadata_license>
|
||||
<project_license>GPL-3.0</project_license>
|
||||
<name>Jellyfin MPV Shim</name>
|
||||
<summary>Cast-only client for Jellyfin Media Server</summary>
|
||||
<developer_name>Ian Walton</developer_name>
|
||||
<developer_name>Izzie Walton</developer_name>
|
||||
|
||||
<description>
|
||||
<p>
|
||||
|
4
setup.py
4
setup.py
@ -19,8 +19,8 @@ if sys.platform.startswith("win32"):
|
||||
setup(
|
||||
name="jellyfin-mpv-shim",
|
||||
version="2.6.0",
|
||||
author="Ian Walton",
|
||||
author_email="iwalton3@gmail.com",
|
||||
author="Izzie Walton",
|
||||
author_email="izzie@iwalton.com",
|
||||
description="Cast media from Jellyfin Mobile and Web apps to MPV.",
|
||||
license="GPLv3",
|
||||
long_description=open("README.md").read(),
|
||||
|
Loading…
Reference in New Issue
Block a user