Skip to content

Commit

Permalink
Merge pull request #44 from hmlendea/dev
Browse files Browse the repository at this point in the history
Improvements and fixes
  • Loading branch information
hmlendea authored Jun 24, 2020
2 parents 582adf5 + e346f73 commit ff079df
Show file tree
Hide file tree
Showing 18 changed files with 717 additions and 276 deletions.
10 changes: 10 additions & 0 deletions Configuration/CacheSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,15 @@ namespace IptvPlaylistAggregator.Configuration
public sealed class CacheSettings
{
public string CacheDirectoryPath { get; set; }

public int HostCacheTimeout { get; set; }

public int StreamAliveStatusCacheTimeout { get; set; }

public int StreamDeadStatusCacheTimeout { get; set; }

public int StreamUnauthorisedStatusCacheTimeout { get; set; }

public int StreamNotFoundStatusCacheTimeout { get; set; }
}
}
27 changes: 26 additions & 1 deletion Data/channels.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
<GroupId>local-dobrogea</GroupId>
<LogoUrl>https://raw.githubusercontent.com/hmlendea/tv-logos/master/logos/alpha_media.png</LogoUrl>
<Aliases>
<string>RO: Alfa Media TV</string>
<string>RO: Alfa Media</string>
<string>RO: Alpha Media TV</string>
<string>RO: TV Alpha Media</string>
Expand Down Expand Up @@ -185,6 +186,7 @@
<Aliases>
<string>RO: Antena Comedy</string>
<string>RO: Antena Play Comedy</string>
<string>RO: Antenna Comedy</string>
<string>RO: Comedy Play</string>
</Aliases>
</ChannelDefinitionEntity>
Expand Down Expand Up @@ -2111,6 +2113,7 @@
<GroupId>local-transilvania</GroupId>
<LogoUrl>http://stvron.com/canale/mari/nova-tv-brasov.png</LogoUrl>
<Aliases>
<string>RO: Nova Press</string>
<string>RO: Nova TV Brasov</string>
</Aliases>
</ChannelDefinitionEntity>
Expand Down Expand Up @@ -2386,6 +2389,15 @@
<string>RO: TV Publika</string>
</Aliases>
</ChannelDefinitionEntity>
<ChannelDefinitionEntity>
<Id>QTV.ro</Id>
<Name>QTV</Name>
<GroupId>unknown</GroupId>
<LogoUrl></LogoUrl>
<Aliases>
<string>RO: QTV</string>
</Aliases>
</ChannelDefinitionEntity>
<ChannelDefinitionEntity>
<Id>RadioCluj.ro</Id>
<Name>Radio Cluj</Name>
Expand Down Expand Up @@ -2457,6 +2469,12 @@
<GroupId>music</GroupId>
<LogoUrl>https://upload.wikimedia.org/wikipedia/commons/7/7b/Retro_Music_TV_logo.png</LogoUrl>
</ChannelDefinitionEntity>
<ChannelDefinitionEntity>
<Id>ROChannel.ro</Id>
<Name>RO Channel</Name>
<GroupId>international</GroupId>
<LogoUrl></LogoUrl>
</ChannelDefinitionEntity>
<ChannelDefinitionEntity>
<Id>RockTV.ro</Id>
<Name>Rock TV</Name>
Expand Down Expand Up @@ -2609,6 +2627,9 @@
<Name>Super TV</Name>
<GroupId>local-muntenia</GroupId>
<LogoUrl>https://raw.githubusercontent.com/hmlendea/tv-logos/master/logos/super_tv.png</LogoUrl>
<Aliases>
<string>RO: Super TV Argeș</string>
</Aliases>
</ChannelDefinitionEntity>
<ChannelDefinitionEntity>
<Id>SuperTennis.ro</Id>
Expand Down Expand Up @@ -2636,9 +2657,13 @@
</ChannelDefinitionEntity>
<ChannelDefinitionEntity>
<Id>TeleEuropaNova.ro</Id>
<Name>TeleEuropa Nova</Name>
<Name>Tele Nova</Name>
<GroupId>local-banat</GroupId>
<LogoUrl>https://raw.githubusercontent.com/hmlendea/tv-logos/master/logos/telenova.png</LogoUrl>
<Aliases>
<string>RO: Tele Nova Timișoara</string>
<string>RO: TeleEuropa Nova</string>
</Aliases>
</ChannelDefinitionEntity>
<ChannelDefinitionEntity>
<Id>TelekomSport1.ro</Id>
Expand Down
Loading

0 comments on commit ff079df

Please sign in to comment.