From b46213a686cb334883aad4c45aa3bf94a9f00589 Mon Sep 17 00:00:00 2001 From: gheitmann Date: Wed, 4 May 2022 12:14:30 +0200 Subject: [PATCH 1/3] Create appveyor.yml --- appveyor.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000000..c1bdefee2d --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,36 @@ +image: Visual Studio 2022 +clone_folder: c:\project\mediaportal-2 + +cache: +- '%USERPROFILE%\.nuget\packages -> appveyor.yml' # global-packages +- '%LocalAppData%\NuGet\v3-cache -> appveyor.yml' # http-cache + +install: +- cmd: >- + git -C %APPVEYOR_BUILD_FOLDER% submodule update --init --recursive + + echo [https://www.transifex.com]>%USERPROFILE%\.transifexrc + + echo api_hostname = https://api.transifex.com>>%USERPROFILE%\.transifexrc + + echo hostname = https://www.transifex.com>>%USERPROFILE%\.transifexrc + + echo password = %TX_TOKEN%>>%USERPROFILE%\.transifexrc + + echo username = api>>%USERPROFILE%\.transifexrc + +build_script: +- cmd: >- + cd %APPVEYOR_BUILD_FOLDER%\MediaPortal\build\ + + @echo | call MSBUILD_Create_Release_Full_Installer.bat + + 7z a ..\Bin\MediaPortalSetup_%APPVEYOR_BUILD_VERSION%.%APPVEYOR_REPO_COMMIT%.zip ..\Bin\MP2-Setup\Release\en-us\MP2-Setup.exe ..\Bin\MP2-Setup\Release\en-us\MP2-Setup-Logging.bat + +artifacts: +- path: MediaPortal\Bin\MediaPortalSetup_%APPVEYOR_BUILD_VERSION%.%APPVEYOR_REPO_COMMIT%.zip + name: Installer +- path: MediaPortal\Build\msbuild.binlog + name: Build log (binary) + +test: off From 60bd3512304509b31ed4081577e5831699d2bd9d Mon Sep 17 00:00:00 2001 From: gheitmann Date: Wed, 4 May 2022 13:56:50 +0200 Subject: [PATCH 2/3] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c1bdefee2d..292b5f03b1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -image: Visual Studio 2022 +image: Visual Studio 2019 clone_folder: c:\project\mediaportal-2 cache: From 4a5b6cefe645b6185fbfa621bb20c37d3640c98f Mon Sep 17 00:00:00 2001 From: ge2301 Date: Sun, 3 Dec 2023 18:37:22 +0100 Subject: [PATCH 3/3] Update ReadMe.md --- ReadMe.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index f4f031de9e..0ab44b4b3d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -6,16 +6,15 @@ The main goal of __MediaPortal 2__ is to provide __the__ best mediacenter software available when it comes to usability, flexibility and extensibility. Some of features are: - * Watch, schedule and record live __TV__. - * Play all your __videos__, __movies__, __tv shows__, DVDs and __Blu-ray__ discs. + * Watch, schedule and record live __TV__. We have our internal TVE3 and TVE3.5 provider, but also TVMosaic as alternative provider. + * Play all your __videos__, __movies__, __series__, DVDs and __Blu-ray__ discs. * Listen to __music__ and __radio__. * Enjoy __pictures__, home videos or create a slideshow. - * All your media is enriched by a huge amount of __metadata__ like thumbnails, __covers__, __posters__, logos, __fanarts__, etc..., which are read from your files or retrieved from the websevices like [CoverArtArchive](http://coverartarchive.org/), [Fanart.tv](http://fanart.tv/), [TheMovieDB.com](http://www.themoviedb.org/) or [TheTVDB](http://thetvdb.com/). - * Seemless, but highly customizable integration of social media services like [Follow.it](http://follw.it/), [Last.fm](http://last.fm/), [MusicBrainz](http://musicbrainz.org/) and [Trakt.tv](http://trakt.tv/). + * All your media is enriched by a huge amount of __metadata__ like thumbnails, __covers__, __posters__, logos, __fanarts__, etc..., which are read from your files or retrieved from the websevices like [Fanart.tv](http://fanart.tv/), [TheMovieDB.com](http://www.themoviedb.org/) or [TheTVDB](http://thetvdb.com/). * Watch videos from hundreds of [online video platforms](http://onlinevideos.nocrosshair.de/) using OnlineVideos. - * Stream media, radio and TV to any HTPC / PC or even mobile devices connected to your network locally or over the web. + * Stream media, radio and TV to any HTPC / PC or even mobile devices connected to your network locally or over the web. + * User Management for your family: Configure users (eg. kids) and restrict age dependend content and settings * Use a __remote to control__ your HTPC from your couch. - * Access MediaPortal from the __web__ or __mobile device__. * Check the __weather__, __news__, RSS feeds, and more. All in the comfort of your living room, on your big screen LCD or Plasma TV or projector.