mythicalLibrarian - a tool to build Movie and TV Show library from MythTV recordings

  Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ubuntite Offline
Member
Posts: 65
Joined: Apr 2008
Reputation: 0
Post: #921
Thanks. Worked for me as well. I think the manual installation instructions on the wiki are broken Confused

By the way, why did you install as root? Why not as your regular user?
find quote
GregoryK Offline
Member
Posts: 91
Joined: Mar 2010
Reputation: 0
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 Offline
Member
Posts: 65
Joined: Apr 2008
Reputation: 0
Post: #923
Good idea. It worked!
find quote
Fozz Offline
Junior Member
Posts: 1
Joined: Jul 2012
Reputation: 0
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 Offline
Posting Freak
Posts: 1,269
Joined: Oct 2008
Reputation: 54
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 Offline
Junior Member
Posts: 3
Joined: Jul 2012
Reputation: 0
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 Offline
Donor
Posts: 1,722
Joined: Sep 2009
Reputation: 20
Location: Louisiana
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.

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.

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
[Image: newsig-1.png]
[url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url]
find quote
jblasius Offline
Junior Member
Posts: 3
Joined: Jul 2012
Reputation: 0
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 Offline
Donor
Posts: 1,722
Joined: Sep 2009
Reputation: 20
Location: Louisiana
Post: #929
Run
Code:
sudo mythicalLibrarian --update
until there are no errors.

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
[Image: newsig-1.png]
[url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url]
find quote
XBMCUser4657 Offline
Junior Member
Posts: 27
Joined: Jan 2012
Reputation: 0
Post: #930
edit
(This post was last modified: 2012-08-31 04:51 by XBMCUser4657.)
find quote
Post Reply