Search found 585 matches
- Mon Jul 21, 2014 5:49 pm
- Forum: Theming
- Topic: Program Guide format
- Replies: 7
- Views: 5130
Re: Program Guide format
It's up to the themer to decide how many channels and time slots to show so they have control over how the screen looks. At the moment all you can do now is maintain your own version of your favourite theme with the changes you require as you are doing now. You can copy your modified theme to the co...
- Mon Jul 21, 2014 5:32 pm
- Forum: OSX
- Topic: MythBackend not starting
- Replies: 3
- Views: 791
Re: MythBackend not starting
Exit code 135 would be GENERIC_EXIT_SOCKET_ERROR so this looks like a networking problem.
I would start by running mythtv-setup and checking the addresses and port you told mythbackend to use is correct for your set up on the first page of the 'General Settings'.
I would start by running mythtv-setup and checking the addresses and port you told mythbackend to use is correct for your set up on the first page of the 'General Settings'.
- Mon Jul 21, 2014 4:44 pm
- Forum: Hardware
- Topic: USB tv tuner
- Replies: 4
- Views: 1270
Re: USB tv tuner
Like rwagner says to be more specific we need to know more about what you are trying to capture but here is some info to help you decide.
http://www.mythtv.org/wiki/Tuner_Card
http://linuxtv.org/wiki/index.php/Hardw ... nformation
http://www.mythtv.org/wiki/Tuner_Card
http://linuxtv.org/wiki/index.php/Hardw ... nformation
- Mon Jul 21, 2014 6:29 am
- Forum: General Discussion
- Topic: Image Gallery
- Replies: 2
- Views: 522
Re: Image Gallery
Actually only videos has full storage group support in 0.27.3. Neither music and pictures will work with storage groups.
In what will be 0.28 music now has full storage group support and there is a new image gallery plugin that will work with storage groups but it's still a work in progress.
In what will be 0.28 music now has full storage group support and there is a new image gallery plugin that will work with storage groups but it's still a work in progress.
- Sat Jun 14, 2014 6:50 am
- Forum: Hardware
- Topic: Will mythtv be supporting SAT>IP ?
- Replies: 39
- Views: 21376
Re: Will mythtv be supporting SAT>IP ?
I don't know what is involved to get it working but it's going to be difficult to test anything without having the hardware and at that price I doubt anyone will donate one to us :) As with all features in Myth it needs either a dev with the hardware and the desire to add the feature or more likely ...
- Tue May 27, 2014 6:19 am
- Forum: Wishlist/Feature Suggestions
- Topic: Backend errors/alert visible in front end.
- Replies: 4
- Views: 1383
Re: Backend errors/alert visible in front end.
One idea would be to add a ticker to the main menu's that could show any alerts like that as well as user defined content like news headlines from MythNews, weather forecast from MythWeather etc
- Mon May 26, 2014 8:46 pm
- Forum: Troubleshooting
- Topic: InfiniTV 4 LAN IP Leads to MythTV Settings Page [MYTHBUNTU]
- Replies: 2
- Views: 546
Re: InfiniTV 4 LAN IP Leads to MythTV Settings Page [MYTHBUN
I also know nothing about the InfiniTV 4 but looking at the wiki page here http://www.mythtv.org/wiki/Ceton_InfiniTV_4 it looks like the card should be using it's own IP address.
Does running
show the card?
Does running
Code: Select all
ifconfig
- Sat May 10, 2014 9:57 pm
- Forum: Wishlist/Feature Suggestions
- Topic: More UI features please
- Replies: 6
- Views: 1361
Re: More UI features please
There's one of the QMultimedia qml demos that demonstrates the video playback features of qml and I had no problem at all having two side by side recordings playing. Qt have made QMultimedia extendible so you can add your own backend and there are already example backends that use ffmpeg for decodin...
- Fri May 09, 2014 6:33 pm
- Forum: Wishlist/Feature Suggestions
- Topic: More UI features please
- Replies: 6
- Views: 1361
Re: More UI features please
One possibility I've been thinking about since we depend on Qt why not use Qt's Qml . It offers all the things you talk about and a lot more but without having to mess with OpenGL directly. It's cross platform so a frontend written in qml should run on linux, windows, android, iOS etc. It really nee...
- Thu May 08, 2014 9:45 pm
- Forum: Troubleshooting
- Topic: Mytharchive stuck at mythffmpeg
- Replies: 2
- Views: 510
Re: Mytharchive stuck at mythffmpeg
Andrew C - I've removed -copyts from all the encoding profiles. I'd be interested to know if it fixes this problem for you.
- Wed Mar 26, 2014 1:01 pm
- Forum: General Development
- Topic: [solved] recent mythmusic commits - high CPU load on FE
- Replies: 18
- Views: 2661
Re: recent mythmusic commits - high CPU load on FE
Glad things are fixed for you [WHITE SMILING FACE]
Do you see a big difference between the tree view and gallery view?
A graphic equaliser is probably beyond my skill level unless I can find some example code. The UI side is no problem but I wouldn't know how to process the audio.
Do you see a big difference between the tree view and gallery view?
A graphic equaliser is probably beyond my skill level unless I can find some example code. The UI side is no problem but I wouldn't know how to process the audio.
- Tue Mar 25, 2014 11:10 pm
- Forum: General Development
- Topic: [solved] recent mythmusic commits - high CPU load on FE
- Replies: 18
- Views: 2661
Re: recent mythmusic commits - high CPU load on FE
Try updating once more I think I've got it beat this time 
You may need to rescan to sort the albumart out. If that doesn't work there is a button on the general settings page to reset the music tables so you can do a clean rescan.

You may need to rescan to sort the albumart out. If that doesn't work there is a button on the general settings page to reset the music tables so you can do a clean rescan.
- Tue Mar 25, 2014 12:10 pm
- Forum: General Development
- Topic: [solved] recent mythmusic commits - high CPU load on FE
- Replies: 18
- Views: 2661
Re: recent mythmusic commits - high CPU load on FE
Can you try commenting out this line https://code.mythtv.org/cgit/mythtv/tree/mythtv/programs/mythutil/musicmetautils.cpp#n173 So it look like this //gCoreContext->SendMessage(QString("MUSIC_METADATA_CHANGED %1").arg(songID)); Looks like sending a MUSIC_METADATA_CHANGED there could cause an infinite...
- Tue Mar 25, 2014 9:34 am
- Forum: General Development
- Topic: [solved] recent mythmusic commits - high CPU load on FE
- Replies: 18
- Views: 2661
Re: recent mythmusic commits - high CPU load on FE
OK sounds like some junk has been inserted into the albumart table. Can you please run this query in mysql just to confirm it.
Code: Select all
select * FROM music_albumart WHERE filename = 'front.jpg' AND embedded = 1;
- Mon Mar 24, 2014 11:34 pm
- Forum: General Development
- Topic: [solved] recent mythmusic commits - high CPU load on FE
- Replies: 18
- Views: 2661
Re: recent mythmusic commits - high CPU load on FE
Please update both FE and BE and try again. The tree view should now be a lot quicker since we now don't look up any icons at all. The gallery view should be quicker but not as quick as the tree view since we still need to hunt for the icons/album art. On my dev computer which is a FE only I can't a...