![]() |
|
mythicalLibrarian - a tool to build Movie and TV Show library from MythTV recordings - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116) +--- Thread: mythicalLibrarian - a tool to build Movie and TV Show library from MythTV recordings (/showthread.php?tid=65644) |
- outleradam - 2010-05-13 04:05 Let me know if that last patch worked. VirtualBox 3.1.8Beta is out. I'm working on using it to run my mac machine. it does not seem to like it so far, but I will find out what I can do. - outleradam - 2010-05-13 06:10 Got the network up. Here is what I see on my Mac. Code: adam-outlers-mac-pro:~ adam$ sudo chmod +x ./mythicalSetup.sh && sudo ./mythicalSetup.shI'm attempting to follow my directions for the first time, So we will see how it ends up. I appreciate the help. I now have networking on a Mac so I can actually get this thing working. If anyone has any suggestions as to how I can reduce the time to perform the initial installation of mythicalLibrarian, I'm all ears. It takes a 3gig download of Xcode in order to make to small files totaling around 50kB. If there is a better way to build agrep for fuzzy logic and dialog for menu driven installation, Please let me know. - jaygardner - 2010-05-14 07:39 why not ask the user to insert their Leopard/SL disk and install the developer tools? then you don't need to download... On the SL install disk, there is a folder named Optional Installs and then you simply need to run the Xcode.mpkg -jay - outleradam - 2010-05-14 23:03 Thank you. I am new to mac, however I am familiar with the terminal as it is the same on Linux. mac install - kvandesteeg - 2010-05-15 16:28 i don't know bash - does the test on line 43 of mythicalSetup work for a mac as libnotify-bin is optional for OSX? -- it looks like there is an exit 1 in that THEN clause Code: I see you have a Apple Macintosh! While mythicalLibrarian is still primarily Linux based, it is striving to become a cross-platform utility. Please report any bugs in the mythicalLibrarian thread on forum.XBMC.org. Press any key to continue... Verified dialog existsCode: mini:mythicalSetup htpc$ port -vA couple of itsy-bitsy questions - Dobyken - 2010-05-15 19:16 1. Are Categoricignore and Titleignore entries case sensitive? 2. Are they only strict match or title "Contains" or "Begins" with keyword? I took a quick look at your code and although I was a VB and Oracle programmer I'm not real familiar with bash scripting. - outleradam - 2010-05-15 19:19 Yes they are case sensitive. They are also match only. - kvandesteeg - 2010-05-15 21:54 I make no claims about being bash literate, but it looks like these lines cause mythicalsetup to stop on my mac. i deleted the notify-send part of the if clause, but it looks like the script downloads and executes the script from the SVN. line 43 - Code: if [b]which notify-send>/dev/null && [/b]which agrep>/dev/null && which curl>/dev/null && which dialog>/dev/null; thengetting further.. - kvandesteeg - 2010-05-15 22:31 i kept deleting things from the script, and i got further this time. I'm not sure if this is successful or not. Code: Press any key to continue to online testing.... - outleradam - 2010-05-15 22:32 ^^Great! Were the directions clear and concise? Did you have any other issues? I'm struggling on my mac because it's got very small resolution. Your post takes up most of the space between the dock and the top of the screen. I'm working on it. I keep finding little things which hinder my progress so I restore my mac to it's previous state and try again. You've gotten farther then I have! Did mythicalLibrarian execute? |