|
|
|
05-02-2006, 10:06 AM
|
#1
|
|
Registered User
Join Date: Sep 2001
Location: East Freetown, MA
Posts: 2,054
|
TiVo Desktop for Mac 1.9.3 is out and universal...
I don't have an Intel Mac myself, but I know folks have been waiting for this, and I know not everyone skims MacUpdate or VersionTracker religiously...
Head on over to http://www.tivo.com/desktop/ for the download.
Looks like there's are a few other changes besides being universal, but I won't have time to play with it until this evening.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
|
|
05-02-2006, 10:12 AM
|
#2
|
|
Registered User
Join Date: Oct 2002
Location: San Antonio, TX
Posts: 228
|
Of course it still doesn't support the Tivo To Go functionality
Oh well...
|
|
|
05-02-2006, 10:35 AM
|
#3
|
|
Registered User
Join Date: Sep 2001
Location: East Freetown, MA
Posts: 2,054
|
Quote:
|
Originally Posted by EwanG
Of course it still doesn't support the Tivo To Go functionality
|
We just got to the beginning of "mid-2006". When a company promises software in a range like that, it's unusual that they mean the beginning of the range... 
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
|
|
05-02-2006, 11:21 AM
|
#4
|
|
Registered User
Join Date: Feb 2006
Location: Philadelphia, PA
Posts: 1,005
|
well, we're getting there... its a step forward, and one that at least shows they're not ignoring us
|
|
|
05-02-2006, 03:48 PM
|
#5
|
|
Registered User
Join Date: Nov 1999
Location: Buffalo, NY
Posts: 10,205
|
*yawn*
wake me up when TiVo does something SUBSTANTIAL for the Mac community.
even better if it's not months and months overdue.
__________________
--Chris
Mario Kart Wii code: 5327-1299-8033
Guitar Hero III (Wii) code: 163331786105
|
|
|
05-03-2006, 12:15 PM
|
#6
|
|
Funkadelic
Join Date: Apr 2002
Location: Washington, DC
Posts: 3,342
TC CLUB MEMBER
|
Quote:
|
Originally Posted by Dennis Wilkinson
Looks like there's are a few other changes besides being universal
|
Oh, really...?! Did you get a chance to poke around and how close do you think we are to TTG? 
|
|
|
05-03-2006, 12:44 PM
|
#7
|
|
Registered User
Join Date: Sep 2001
Location: East Freetown, MA
Posts: 2,054
|
Quote:
|
Originally Posted by davezatz
Oh, really...?! Did you get a chance to poke around and how close do you think we are to TTG? 
|
For starters, there's a "FileVideo.plugin" that wasn't there before. The UI doesn't look any different at first glance. Haven't had any real time to poke at it yet, that was just my "did the same things get installed as last time" look.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
|
|
05-03-2006, 05:53 PM
|
#8
|
|
Registered User
Join Date: Feb 2006
Location: Philadelphia, PA
Posts: 1,005
|
FileVideo.plugin ?
Interesting, given that its only for Photos and Music... hmmmmmsies....
|
|
|
05-03-2006, 06:23 PM
|
#9
|
|
Cyn-er
Join Date: Apr 2000
Location: Carson City, Nevada
Posts: 10,191
|
Any chance this new plug-in enables the ComeBack portion of TiVoToGo? TiVo uses a similarly named plug-in on the PC side to support that functionality.
Dan
__________________
Super Moderator
Developer for VideoReDo
"It's all fun and games until someone loses an eye" - loopey
|
|
|
05-03-2006, 06:30 PM
|
#10
|
|
Registered User
Join Date: Aug 2004
Posts: 7
|
So if I gather this correct there is no way currently for my Intel MacBook Pro to get movies off my Tivo box?
|
|
|
05-03-2006, 06:33 PM
|
#11
|
|
Funkadelic
Join Date: Apr 2002
Location: Washington, DC
Posts: 3,342
TC CLUB MEMBER
|
Quote:
|
Originally Posted by AugieMac
So if I gather this correct there is no way currently for my Intel MacBook Pro to get movies off my Tivo box?
|
As it stands, it may be splitting hairs but you can *transfer* shows to your Mac, but you'll have no way to decrypt them for playback. You'll need a PC... for now. Unless there's some secret functionality that Dennis uncovers. 
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
|
|
05-03-2006, 08:59 PM
|
#12
|
|
Registered User
Join Date: Dec 2002
Posts: 76
|
Does tivo tool not work in rosetta?
|
|
|
05-03-2006, 09:31 PM
|
#13
|
|
Registered User
Join Date: May 2005
Posts: 430
|
I'm seeing this as a good sign only because the presence of a universal binary must mean they are using xcode now as a development tool.
|
|
|
05-03-2006, 10:06 PM
|
#14
|
|
Registered User
Join Date: Sep 2001
Location: East Freetown, MA
Posts: 2,054
|
OK, I've done a bit more digging. Just for giggles, I'll walk through it.
Starting the TiVo Desktop server also placed a "TiVoShows" folder in my home directory. Just placing a file in that directory didn't do anything, even after starting and stopping the server.
So, I look at the "Raw" preferences, i.e., in Terminal:
Code:
defaults read com.tivo.desktop
and see the following in the output:
Code:
FileVideo = {
Enabled = 0;
ShareAll = 1;
SharedItems = ("/Users/dennis/TiVoShows");
SharingName = "Elroy (Dennis J Wilkinson II)";
VideoUIEnabled = 0;
vKey = "";
};
Hmm. Let's try enabling it:
Code:
defaults write com.tivo.desktop FileVideo -dict-add Enabled -bool true
and restart the server. Hey hey... my Mac is in my Now Playing list -- with the MPEG file I added listed. But what's this "VideoUIEnabled" switch?
Code:
defaults write com.tivo.desktop FileVideo -dict-add VideoUIEnabled -bool true
Re-open the TiVo Desktop pref pane and, yup... there's a Video tab now, that'll let you enable/disable video sharing, set the location, enter your MAK, and set a video share name.
In other words, as Dan surmised above, they implemented TiVoToComeback!
If you want to play with this yourself, just:
1) Stop the TiVo Desktop server in the pref pane. Close the pref pane.
2) Launch the Terminal utility (in /Applications/Utiliities) and, at the prompt, enter the following command (copy and paste is your friend) and press return:
Code:
defaults write com.tivo.desktop FileVideo -dict-add VideoUIEnabled -bool true
If you have Apple's developer tools installed, you can open the com.tivo.desktop.plist file in your preferences folder with the Property List Editor and change the setting that way, too.
3) Reopen the pref pane, turn on video sharing, and set things up as you like. I don't know if you need to enter your MAK -- I didn't, and a plain-jane MPEG transferred OK, but I haven't tried a .tivo file.)
4) Start the server again.
Disclaimer time: Use at your own risk. If it's there, but turned off, there may very well be a reason for it (as in, it might not be ready for prime time, may have ghastly bugs, et cetera.) I've transferred exactly one MPEG file of the right flavor so far, and it worked. But if this thing goes off and trashes your hard drive, devours your children, whatever: don't blame me or TiVo. It was hidden, after all.
OK, now I'm going to go watch Lost, and use this thing for what I bought it for...
Edit: To make things easier for those who don't like (or even know about) the Terminal application, I whipped together an AppleScript applet that toggles the VideoUIEnabled setting (and disables the "Enabled" setting when turning off the UI.) Consider the applet to be in the public domain, and completely devoid of any warranty. While I'd expect it to work for most configurations, it may not. It does no version checking whatsoever, but the worst that should mean right now would be preferences that do nothing in older versions of TiVo Desktop. Use at your own risk.
To use the applet, just download the attachment, unzip it, and double-click. It's a toggle, so one run enables, the next run disables.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Last edited by Dennis Wilkinson : 05-05-2006 at 10:57 PM.
|
|
|
05-03-2006, 10:14 PM
|
#15
|
|
Funkadelic
Join Date: Apr 2002
Location: Washington, DC
Posts: 3,342
TC CLUB MEMBER
|
Wow, that's incredible, awesome news! Thanks for figuring it out and documenting it. 
|
|
|
05-03-2006, 10:35 PM
|
#16
|
|
Registered User
Join Date: Feb 2006
Location: Philadelphia, PA
Posts: 1,005
|
That's awesome and THANK YOU for the spiffy walkthrough!
Any tips on quick-and-easy ways of converting video files to work with the TiVo? I have QuickTime Pro and VLC, and can probably get my hands on anything else that might be useful... (c:
|
|
|
05-04-2006, 12:59 AM
|
#17
|
|
Call me Bob
Join Date: Feb 2001
Location: Crystal Lake, IL, USA
Posts: 3,509
|
Quote:
|
Originally Posted by TydalForce
That's awesome and THANK YOU for the spiffy walkthrough!
Any tips on quick-and-easy ways of converting video files to work with the TiVo? I have QuickTime Pro and VLC, and can probably get my hands on anything else that might be useful... (c:
|
I've been using ffmpegX for a while now -- but where I would have to place the resulting MPEG-2 files into a shared folder where Virtual PC running TiVo Desktop could reach them
Use MPEG-2 for the video and MP2 for the audio.
I set the bit rate to 1000 and the resolution to 640 x 480 (with 4:3 aspect ratio)
Make sure you change the file name extension on the resulting file so that it's .mpg since ffmpegX will put something like ".ff" at the end instead.
__________________
Bob Edelman
You can never have too many TiVo's (7) or wireless routers (5) -- all in one residence!
|
|
|
05-04-2006, 01:53 AM
|
#18
|
|
Registered User
Join Date: Apr 2006
Posts: 6
|
I've got about as far as Dennis, pretty cool so far, definitely looks to be promising...and no issues yet...
|
|
|
05-04-2006, 09:13 AM
|
#19
|
|
Terminally Pretty
Join Date: Jul 2003
Location: Greenville SC
Posts: 23,706
|
awesome news for the unhacked standalone peeps!
Thanks for poking around Dennis!
__________________
It's a sociological cornucopia of silliness.
Gamertag: GGwallen
|
|
|
05-04-2006, 09:54 AM
|
#20
|
|
Registered User
Join Date: Feb 2006
Location: Philadelphia, PA
Posts: 1,005
|
Quote:
|
Originally Posted by bedelman
I've been using ffmpegX for a while now -- but where I would have to place the resulting MPEG-2 files into a shared folder where Virtual PC running TiVo Desktop could reach them
Use MPEG-2 for the video and MP2 for the audio.
I set the bit rate to 1000 and the resolution to 640 x 480 (with 4:3 aspect ratio)
Make sure you change the file name extension on the resulting file so that it's .mpg since ffmpegX will put something like ".ff" at the end instead.
|
I was playing with it last night. I don't think I had my settings quite like that, so I'll try it again tonight when I'm home.
Oddly, it would start the conversion, get to 100%, and then keep going... I usually cancelled it about 108%. Ever have that happen to you? Does it eventually stop?
|
|
|
05-04-2006, 12:00 PM
|
#21
|
|
Registered User
Join Date: Jul 2005
Posts: 31
|
Nice work, this should replace my use for Galleon.
Hey, does this version still let you stream AAC files if you have LAME installed?
|
|
|
05-04-2006, 12:34 PM
|
#22
|
|
Registered User
Join Date: Nov 1999
Location: Buffalo, NY
Posts: 10,205
|
I have a preset setting file that you can "load" into ffmpegX that will handle MPEG-2 conversion that Tivo accepts.
PM me if anyone wants it. (I get decent response so demand is out there)
Yes, sometimes my ffmpegX conversions go past 100%. They do stop eventually. I can't explain it.
__________________
--Chris
Mario Kart Wii code: 5327-1299-8033
Guitar Hero III (Wii) code: 163331786105
|
|
|
05-04-2006, 12:55 PM
|
#23
|
|
Newly Addicted
Join Date: Mar 2005
Posts: 13
|
Ugh. Why did it have to be ffmpegx? I've never had good results with that app. My latest attempt got me no video. iSquint4Tivo anyone? Anyone?
|
|
|
05-04-2006, 01:08 PM
|
#24
|
|
Registered User
Join Date: Jul 2005
Posts: 31
|
Quote:
|
Originally Posted by mimyc
Ugh. Why did it have to be ffmpegx? I've never had good results with that app. My latest attempt got me no video. iSquint4Tivo anyone? Anyone?
|
you can use VLC if you don't like ffMpegX... I've had to use VLC for some things and ffMpegX for other to get them to encode right. I wrote a drag n drop applescript to convert with VLC. It's not perfect, but I can post it if you like.
|
|
|
05-04-2006, 01:27 PM
|
#25
|
|
Newly Addicted
Join Date: Mar 2005
Posts: 13
|
That'd be great. I'm using the beta of VLC for Intel right now so I don't know how productive I'll be.  So far it is great at doing an impression of iTunes Visualizer...... unfortunately it does it when it is supposed to be playing Doctor Who episode.....
|
|
|
05-04-2006, 01:28 PM
|
#26
|
|
Goin' Deep!
Join Date: May 2006
Location: Silverdale, WA
Posts: 1
|
I was wondering if I could get some help...
I tried the terminal strings exactly as shown, and when I read the com.tivo.desktop file immideately afterwards, the file reads:
Quote:
{
FileVideo = {
Enabled = 1;
ShareAll = 1;
SharedItems = ("/Users/aaron/TiVoShows");
SharingName = "Bohemoth (Aaron)";
VideoUIEnabled = 1;
vKey = "";
};
VideoLibraryName = Library;
iPhoto = {Enabled = 1; ShareAll = 1; SharingName = "Aaron's Photos on Bohemoth"; };
iTunes = {Enabled = 1; ShareAll = 1; SharingName = "Aaron's Music on Bohemoth"; };
}
|
Yet, after restarting the TiVo Desktop software, the Video tab isn't there and my computer does not show in the now playing list. re-reading the file shows that the values have reset to "0" as shown here:
Quote:
{
FileVideo = {
Enabled = 0;
ShareAll = 1;
SharedItems = ("/Users/aaron/TiVoShows");
SharingName = "Bohemoth (Aaron)";
VideoUIEnabled = 0;
vKey = "";
};
VideoLibraryName = Library;
iPhoto = {Enabled = 1; ShareAll = 1; SharingName = "Aaron's Photos on Bohemoth"; };
iTunes = {Enabled = 1; ShareAll = 1; SharingName = "Aaron's Music on Bohemoth"; };
}
|
Any idea on what's going on?
__________________
Aaron Slater
USS Kentucky SSBN 737
http://www.westofmichigan.com
|
|
|
05-04-2006, 01:51 PM
|
#27
|
|
Registered User
Join Date: Sep 2001
Location: East Freetown, MA
Posts: 2,054
|
Not sure, but I'd be absolutely sure that you've stopped the server and closed System Preferences before entering the commands in Terminal. Could be that one or the other is holding a stale version of the preferences around and writing them back to disk at some other time.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
|
|
05-04-2006, 02:10 PM
|
#28
|
|
Registered User
Join Date: May 2006
Posts: 3
|
Quote:
|
Originally Posted by Dennis Wilkinson
Not sure, but I'd be absolutely sure that you've stopped the server and closed System Preferences before entering the commands in Terminal. Could be that one or the other is holding a stale version of the preferences around and writing them back to disk at some other time.
|
I've entered the code and now see the video tab. In my now playing list, I now see my computer. However, I have 3 videos in my home/TiVOShows folder: 1.mpg, 1.vob, and 1 .m2v... but for some reason, nothing is showing up in my Now Playing/Mac.
Any ideas?
Thanks
|
|
|
05-04-2006, 02:37 PM
|
#29
|
|
Registered User
Join Date: Sep 2001
Location: East Freetown, MA
Posts: 2,054
|
Make sure the mpeg video is in one of the formats described here:
http://customersupport.tivo.com/know.../tv251080.htm?
I don't know when the server looks in the folder to see if there are files to be served up. Once you've got files in the folder that should work, try restarting the server from System Preferences. If that works, it should be possible to write a folder action AppleScript that does that for you.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
|
|
05-04-2006, 02:37 PM
|
#30
|
|
Funkadelic
Join Date: Apr 2002
Location: Washington, DC
Posts: 3,342
TC CLUB MEMBER
|
Quote:
|
Originally Posted by planetboom
I've entered the code and now see the video tab. In my now playing list, I now see my computer. However, I have 3 videos in my home/TiVOShows folder: 1.mpg, 1.vob, and 1 .m2v... but for some reason, nothing is showing up in my Now Playing/Mac.
Any ideas?
Thanks
|
I haven't done any mac experimenting yet, but on the PC it only shows video files it "recognizes." .vob and .m2v are definitely out of the question, and only MPEG2s of certain specifications are supported.
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|