
By the way, why did you install as root? Why not as your regular user?
ubuntite
Member Posts: 65 Joined: Apr 2008 Reputation: 0 |
2012-06-27 06:33
Post: #921
Thanks. Worked for me as well. I think the manual installation instructions on the wiki are broken
![]() By the way, why did you install as root? Why not as your regular user? |
| find quote |
GregoryK
Member Posts: 91 Joined: Mar 2010 Reputation: 0 |
2012-06-27 07:13
Post: #922
(2012-06-27 06:33)ubuntite Wrote: By the way, why did you install as root? Why not as your regular user? I just wanted to be logged in as user <mythtv>, not my regular login user, to make sure the permissions worked out. /Greg |
| find quote |
ubuntite
Member Posts: 65 Joined: Apr 2008 Reputation: 0 |
2012-06-27 07:54
Post: #923
Good idea. It worked!
|
| find quote |
Fozz
Junior Member Posts: 1 Joined: Jul 2012 Reputation: 0 |
2012-07-12 22:00
Post: #924
I has a pretty easy feature request I can help code if needed
When moving/lnking a video, also move or link the thumbnails. Motivation: I use this to set up minidlna instead of the inbuilt mythtv upnp server and passing coverat/thumbnails would be nice. It would be simple to implement Whenever a file is moved or link also move or link $filename.*.png as cover.png, thumb.png or some other name. I stuck a link of code in my mythicalLib file to do this for my use case. |
| find quote |
divingmule
Posting Freak Posts: 1,269 Joined: Oct 2008 Reputation: 54 |
2012-07-17 03:19
Post: #925
Hi, I wanted to do some editing with MythTV Frontend on recordings that ML had already moved and linked. What I came up with is a modified commercialremover.sh from the MythTV wiki.
Thought I'd share it here, if anyone is interested -> http://ubuntuone.com/5A3HZkTxMims3SzNlCtJXV Use MythTV Frontend edit(add cutlist) run as userjob or command line Code: /PATH/TO/commercialremover.sh %DIR% %FILE% %CHANID% %STARTTIME%This basically runs like the commercialremover.sh except we move the newly transcoded file to overwrite the real file instead of the link. This only works with 0.25 and likely only with the lossless transcode profile. Would be easy to edit for 0.24 or to-do commercial flagging>import cutlist. |
| find quote |
jblasius
Junior Member Posts: 3 Joined: Jul 2012 Reputation: 0 |
2012-08-20 20:06
Post: #926
First of all, thank you for your work on this product. I just got my new system up and running and this is a fundamental part of how we use MythTV and XBMC together.
One question I cannot find the answer to: How can I prevent mythicalLibrarian from trying to move my Live TV recordings? Is there a MythTV setting that I have missed? Whenever I change Live TV channels, ML kicks on and attempts to move the files to my NAS and then fails. I cannot find the failed recording details in the output.log file. Thanks in advance. |
| find quote |
outleradam
Donor Joined: Sep 2009 Reputation: 20 Location: Louisiana |
2012-08-20 20:12
Post: #927
(2012-08-20 20:06)jblasius Wrote: First of all, thank you for your work on this product. I just got my new system up and running and this is a fundamental part of how we use MythTV and XBMC together. What do you mean? You have mythicalLibrarian running on Live TV? I don't know how that will work since it's not recorded and there's no database information. You probly want to figure out why it's running on Live TV. I need more information. Why are you changing the channel while it's recording? Use mythicalLibrarian to make a library out of your MythTV files. Leave the recording to MythTV and use XBMC as your library. Installation and Instructions:http://wiki.xbmc.org/index.php?title=MythicalLibrarian Technical Support:http://forum.xbmc.org/showthread.php?tid=65644 ![]() [url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url] |
| find quote |
jblasius
Junior Member Posts: 3 Joined: Jul 2012 Reputation: 0 |
2012-08-21 05:40
Post: #928
Here are the output.log entries created while channel surfing live TV.
@@@@@@@@@@@NEW SEARCH INITIATED AT Mon Aug 20 20:32:09 MST 2012@@@@@@@@@@@@@@ Revision 947 Fri Aug 17 09:44:42 MST 2012 on Linux %%%NO DATABASE INFORMATION. CHECK LOGIN/PASS OR FILE %%%%% @@@@@@@@@@@NEW SEARCH INITIATED AT Mon Aug 20 20:32:19 MST 2012@@@@@@@@@@@@@@ Revision 947 Fri Aug 17 09:44:42 MST 2012 on Linux %%%NO DATABASE INFORMATION. CHECK LOGIN/PASS OR FILE %%%%% @@@@@@@@@@@NEW SEARCH INITIATED AT Mon Aug 20 20:32:34 MST 2012@@@@@@@@@@@@@@ Revision 947 Fri Aug 17 09:44:42 MST 2012 on Linux %%%NO DATABASE INFORMATION. CHECK LOGIN/PASS OR FILE %%%%% @@@@@@@@@@@NEW SEARCH INITIATED AT Mon Aug 20 20:33:49 MST 2012@@@@@@@@@@@@@@ Revision 947 Fri Aug 17 09:44:42 MST 2012 on Linux %%%NO DATABASE INFORMATION. CHECK LOGIN/PASS OR FILE %%%%% @@@@@@@@@@@NEW SEARCH INITIATED AT Mon Aug 20 20:33:59 MST 2012@@@@@@@@@@@@@@ Revision 947 Fri Aug 17 09:44:42 MST 2012 on Linux %%%NO DATABASE INFORMATION. CHECK LOGIN/PASS OR FILE %%%%% I also have a screenshot of the MythWeb Backend Status page that shows errors for each show I watched during my surfing. |
| find quote |
outleradam
Donor Joined: Sep 2009 Reputation: 20 Location: Louisiana |
2012-08-21 05:58
Post: #929
Run
Code: sudo mythicalLibrarian --updateUse mythicalLibrarian to make a library out of your MythTV files. Leave the recording to MythTV and use XBMC as your library. Installation and Instructions:http://wiki.xbmc.org/index.php?title=MythicalLibrarian Technical Support:http://forum.xbmc.org/showthread.php?tid=65644 ![]() [url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url] |
| find quote |
XBMCUser4657
Junior Member Posts: 27 Joined: Jan 2012 Reputation: 0 |
2012-08-22 15:18
Post: #930
edit
(This post was last modified: 2012-08-31 04:51 by XBMCUser4657.)
|
| find quote |