Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for matrix channels. closes #32 #33

Merged
merged 2 commits into from
Nov 9, 2015

Conversation

kenji123
Copy link
Member

@kenji123 kenji123 commented Nov 7, 2015

adds support for channel cmds/urls that contain 'matrix'. see issue #32

kenji123 pushed a commit that referenced this pull request Nov 9, 2015
adds support for matrix channels. closes #32
@kenji123 kenji123 merged commit 250e8bd into kodi-pvr:master Nov 9, 2015
@MilhouseVH
Copy link

Fails to build for OpenELEC (ie. Linux)...

/home/neil/projects/OpenELEC.tv/build.OpenELEC-RPi.arm-6.0-devel/pvr.stalker-41fb7c4/src/SData.cpp: In member function 'virtual const char* SData::GetChannelStreamURL(const PVR_CHANNEL&)':
/home/neil/projects/OpenELEC.tv/build.OpenELEC-RPi.arm-6.0-devel/pvr.stalker-41fb7c4/src/SData.cpp:915:5: error: 'boolean' was not declared in this scope
     boolean bFailed(false);
     ^
/home/neil/projects/OpenELEC.tv/build.OpenELEC-RPi.arm-6.0-devel/pvr.stalker-41fb7c4/src/SData.cpp:931:11: error: 'bFailed' was not declared in this scope
           bFailed = true;
           ^
/home/neil/projects/OpenELEC.tv/build.OpenELEC-RPi.arm-6.0-devel/pvr.stalker-41fb7c4/src/SData.cpp:935:9: error: 'bFailed' was not declared in this scope
         bFailed = true;
         ^
/home/neil/projects/OpenELEC.tv/build.OpenELEC-RPi.arm-6.0-devel/pvr.stalker-41fb7c4/src/SData.cpp:939:7: error: 'bFailed' was not declared in this scope
       bFailed = true;
       ^
/home/neil/projects/OpenELEC.tv/build.OpenELEC-RPi.arm-6.0-devel/pvr.stalker-41fb7c4/src/SData.cpp:943:9: error: 'bFailed' was not declared in this scope
     if (bFailed) {
         ^
CMakeFiles/pvr.stalker.dir/build.make:158: recipe for target 'CMakeFiles/pvr.stalker.dir/src/SData.cpp.o' failed

kenji123 pushed a commit to kenji123/pvr.stalker that referenced this pull request Nov 9, 2015
@kenji123
Copy link
Member Author

kenji123 commented Nov 9, 2015

My bad guys. I should have caught this.

kenji123 pushed a commit that referenced this pull request Nov 10, 2015
fixup #33 where boolean should be bool
kenji123 pushed a commit to kenji123/pvr.stalker that referenced this pull request Nov 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants