Alternative MythTV Webfrontend: MCC - MythTV Control Center

Announcements about 3rd Party Clients
Post Reply
User avatar
daschatten
Translator
Posts: 2
Joined: Tue Feb 11, 2014 11:16 am
Germany

Alternative MythTV Webfrontend: MCC - MythTV Control Center

Post by daschatten »

Hi all,

i created my own webinterface for mythtv. Please have a look at https://github.com/daschatten/mcc/blob/master/README.md for an updated feature list. I update this thread for every major release made.

Current stable version: 2.x

Changelog
See https://github.com/daschatten/mcc/blob/ ... angelog.md for detailed information.

v2.x: Simplify installation
v1.x: Initial release


You can get current package from my github repo: https://github.com/daschatten/mcc/releases

If you encounter any issues or feature requests please use githubs issue tracker. If you don't want to create a github account you can of course use this thread :-)

Greetings,
daschatten
Last edited by daschatten on Sat Jun 28, 2014 5:44 pm, edited 1 time in total.
User avatar
warpme
Translator
Posts: 79
Joined: Fri Feb 07, 2014 9:13 pm
Poland

Re: Alternative MythTV Webfrontend: MCC - MythTV Control Cen

Post by warpme »

daschatten,

I want to to give try for MCC.
After installing all software - and additionally copying 'console.php.example' to 'console.php' in 'mcc/www/protected/config/'
kicking yyic migrate gives me:

Code: Select all

[root@mythtv protected]# ./yiic migrate

Yii Migration Tool v1.0 (based on Yii v1.1.14)

exception 'CDbException' with message 'CDbConnection failed to open the DB connection: could not find driver' in /usr/share/framewor
ks/yii-1.1.14.f0fee9/framework/db/CDbConnection.php:382
Stack trace:
#0 /usr/share/frameworks/yii-1.1.14.f0fee9/framework/db/CDbConnection.php(330): CDbConnection->open()
#1 /usr/share/frameworks/yii-1.1.14.f0fee9/framework/db/CDbConnection.php(308): CDbConnection->setActive(true)
#2 /usr/share/frameworks/yii-1.1.14.f0fee9/framework/base/CModule.php(387): CDbConnection->init()
#3 /usr/share/frameworks/yii-1.1.14.f0fee9/framework/cli/commands/MigrateCommand.php(442): CModule->getComponent('db')
#4 /usr/share/frameworks/yii-1.1.14.f0fee9/framework/cli/commands/MigrateCommand.php(451): MigrateCommand->getDbConnection()
#5 /usr/share/frameworks/yii-1.1.14.f0fee9/framework/cli/commands/MigrateCommand.php(482): MigrateCommand->getMigrationHistory(-1)
#6 /usr/share/frameworks/yii-1.1.14.f0fee9/framework/cli/commands/MigrateCommand.php(84): MigrateCommand->getNewMigrations()
#7 [internal function]: MigrateCommand->actionUp(Array)
#8 /usr/share/frameworks/yii-1.1.14.f0fee9/framework/console/CConsoleCommand.php(172): ReflectionMethod->invokeArgs(Object(MigrateCo
mmand), Array)
#9 /usr/share/frameworks/yii-1.1.14.f0fee9/framework/console/CConsoleCommandRunner.php(71): CConsoleCommand->run(Array)
#10 /usr/share/frameworks/yii-1.1.14.f0fee9/framework/console/CConsoleApplication.php(92): CConsoleCommandRunner->run(Array)
#11 /usr/share/frameworks/yii-1.1.14.f0fee9/framework/base/CApplication.php(180): CConsoleApplication->processRequest()
#12 /usr/share/frameworks/yii-1.1.14.f0fee9/framework/yiic.php(33): CApplication->run()
#13 /var/http/mcc/www/protected/yiic.php(7): require_once('/usr/share/fram...')
#14 /var/http/mcc/www/protected/yiic(4): require_once('/var/http/mcc/w...')
#15 {main}[root@mythtv protected]#
[root@mythtv config]#
It looks like some software is still missing in my sys.
I'm on ArchLinux with lighttpd

br
User avatar
daschatten
Translator
Posts: 2
Joined: Tue Feb 11, 2014 11:16 am
Germany

Re: Alternative MythTV Webfrontend: MCC - MythTV Control Cen

Post by daschatten »

Hi warpme,

i suppose your system is missing some packages. Do you have mythweb installed? You should install php5-mysql (named in Debian), this should be enough.

Btw. i updated mcc with a new config.php.example. Please use this one now.

Greetings,
daschatten
User avatar
dekarl
Developer
Posts: 228
Joined: Thu Feb 06, 2014 11:01 pm
Germany

Re: Alternative MythTV Webfrontend: MCC - MythTV Control Cen

Post by dekarl »

My first though is, the name is very similar to Mythbuntu Control Centre which might lead to confusion.
Post Reply