diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index d64da73..6da50eb 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -3,10 +3,10 @@ github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: hmlendea open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username +ko_fi: hmlendea tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: HMlendea issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username -custom: ['https://www.paypal.com/donate?hosted_button_id=6YVRGJHDGWGKQ'] +custom: https://hmlendea.go.ro/fund.html diff --git a/README.md b/README.md index 6b8d2d0..0e23e08 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -[![Build Status](https://github.com/hmlendea/iptv-playlist-aggregator/actions/workflows/dotnet.yml/badge.svg)](https://github.com/hmlendea/iptv-playlist-aggregator/actions/workflows/dotnet.yml) - -[![Support this on Patreon](https://raw.githubusercontent.com/hmlendea/readme-assets/master/donate_patreon_small.png)](https://www.patreon.com/hmlendea)[![Support this on Patreon](https://raw.githubusercontent.com/hmlendea/readme-assets/master/donate_paypal_small.png)](https://raw.githubusercontent.com/hmlendea/readme-assets/master/donate_paypal.png)[![Donate with LiberaPay](https://raw.githubusercontent.com/hmlendea/readme-assets/master/donate_liberapay_small.png)](https://liberapay.com/HMlendea/donate) +[![Donate](https://img.shields.io/badge/-%E2%99%A5%20Donate-%23ff69b4)](https://hmlendea.go.ro/fund.html) [![Build Status](https://github.com/hmlendea/iptv-playlist-aggregator/actions/workflows/dotnet.yml/badge.svg)](https://github.com/hmlendea/iptv-playlist-aggregator/actions/workflows/dotnet.yml) [![Latest GitHub release](https://img.shields.io/github/v/release/hmlendea/iptv-playlist-aggregator)](https://github.com/hmlendea/iptv-playlist-aggregator/releases/latest) # About @@ -29,7 +27,7 @@ Chose one of the following methods based on which system you want this service t `dotnet publish -c Release` -The output will be located in `./bin/Release/netcoreapp2.2` +The output will be located in `./bin/Release/net5.0` ### For a different system: @@ -37,9 +35,9 @@ The output will be located in `./bin/Release/netcoreapp2.2` For a list of all possible RID values, check out [the official documentation](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog). -The output will be located in `./bin/Release/netcoreapp2.2/[RID]/'. +The output will be located in `./bin/Release/net5.0/[RID]/'. -If the target system will have the *.NET Core Runtime* installed, delete or ignore the `./bin/Release/netcoreapp2.2/[RID]/publish` directory. +If the target system will have the *.NET Core Runtime* installed, delete or ignore the `./bin/Release/net5.0/[RID]/publish` directory. If not, use **only** the publish directory, since that one contains all the necessary libraries that the runtime would normally provide. ## Running in background as a service @@ -137,5 +135,3 @@ PlaylistProviderDefinitionEntity fields: - *UrlFormat* (string): The URL to the m3u playlist file of that provider. Replace the date part of the URL with a timestamp format. For example, *2019-05-19* will be replaced with *{0:yyyy-MM-dd}*. The *0* is the calendar day that is processed (today, or one of the previous ones depending on the *daysToCheck* setting) - *Country* (string): (Optional) If set, the country will be used in the channel matching process. - *ChannelNameOverride* (string): (Optional) The channel name override for all the channels in the provider's playlist. - -[![Support on Patreon](https://raw.githubusercontent.com/hmlendea/readme-assets/master/donate_patreon.png)](https://www.patreon.com/hmlendea)[![Donate with PayPal](https://raw.githubusercontent.com/hmlendea/readme-assets/master/donate_paypal.png)](https://www.paypal.com/donate?hosted_button_id=6YVRGJHDGWGKQ)[![Donate with LiberaPay](https://raw.githubusercontent.com/hmlendea/readme-assets/master/donate_liberapay.png)](https://liberapay.com/HMlendea/donate)