mirror of
				https://github.com/DigitalDevices/pvr.octonet.git
				synced 2025-03-01 10:53:09 +00:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			22.0.0-Pie
			...
			22.1.0-Pie
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					f15132e30c | ||
| 
						 | 
					6b4d4a8fd6 | ||
| 
						 | 
					4626e0cbe4 | 
							
								
								
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -1 +1 @@
 | 
			
		||||
buildPlugin(version: "Nexus")
 | 
			
		||||
buildPlugin(version: "Piers")
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<addon
 | 
			
		||||
  id="pvr.octonet"
 | 
			
		||||
  version="22.0.0"
 | 
			
		||||
  version="22.1.0"
 | 
			
		||||
  name="Digital Devices Octopus NET Client"
 | 
			
		||||
  provider-name="digitaldevices">
 | 
			
		||||
  <requires>@ADDON_DEPENDS@
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,6 @@
 | 
			
		||||
v22.1.0
 | 
			
		||||
- PVR Add-on API v9.0.0
 | 
			
		||||
 | 
			
		||||
v22.0.0
 | 
			
		||||
- Initial release for Piers (PVR Add-on API v8.4.0)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -273,7 +273,7 @@ PVR_ERROR OctonetData::GetChannels(bool radio, kodi::addon::PVRChannelsResultSet
 | 
			
		||||
  return PVR_ERROR_NO_ERROR;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
PVR_ERROR OctonetData::GetChannelStreamProperties(const kodi::addon::PVRChannel& channelinfo, std::vector<kodi::addon::PVRStreamProperty>& properties)
 | 
			
		||||
PVR_ERROR OctonetData::GetChannelStreamProperties(const kodi::addon::PVRChannel& channelinfo, PVR_SOURCE source, std::vector<kodi::addon::PVRStreamProperty>& properties)
 | 
			
		||||
{
 | 
			
		||||
  properties.emplace_back(PVR_STREAM_PROPERTY_INPUTSTREAM, "inputstream.ffmpegdirect");
 | 
			
		||||
  properties.emplace_back("inputstream.ffmpegdirect.is_realtime_stream", "true");
 | 
			
		||||
 
 | 
			
		||||
@@ -67,7 +67,9 @@ public:
 | 
			
		||||
  PVR_ERROR GetChannelGroups(bool radio, kodi::addon::PVRChannelGroupsResultSet& results) override;
 | 
			
		||||
  PVR_ERROR GetChannelGroupMembers(const kodi::addon::PVRChannelGroup& group,
 | 
			
		||||
                                   kodi::addon::PVRChannelGroupMembersResultSet& results) override;
 | 
			
		||||
  PVR_ERROR GetChannelStreamProperties(const kodi::addon::PVRChannel& channel, std::vector<kodi::addon::PVRStreamProperty>& properties) override;
 | 
			
		||||
  PVR_ERROR GetChannelStreamProperties(const kodi::addon::PVRChannel& channel,
 | 
			
		||||
                                       PVR_SOURCE source,
 | 
			
		||||
                                       std::vector<kodi::addon::PVRStreamProperty>& properties) override;
 | 
			
		||||
 | 
			
		||||
  PVR_ERROR GetEPGForChannel(int channelUid,
 | 
			
		||||
                             time_t start,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user