View Single Post
Posts: 145 | Thanked: 88 times | Joined on Nov 2009 @ Copenhagen
#12
Originally Posted by geohsia View Post
It's a great site for the N900 too. You can suck down the .flv file and play it on the KMPlayer. I tried it and it works pretty well. No need to do any conversion on the files.
I got better results with vlc, but haven't done any real testing.

I have automated the process a bit by creating a simple one-liner script with the following content:

Code:
lynx -source "$1" | grep -o 'http.*flv' | xargs rvlc
I called this script "tvf" and put it in my usual scripts folder.

Now, I can go to the tvforge website and copy the url for the episode and fire up the terminal and paste it as an argument for the script, e.g.

Code:
tvf http://tvgorge.com/shows/desperate-housewives/season-6/you-gotta-get-a-gimmick/
NB: Of course this only works if you have vlc, xargs, and lynx installed.

EDIT: Regarding, lynx, xargs, and vlc, see

http://maemo.org/packages/view/lynx/
http://maemo.org/packages/view/findutils-gnu/
http://www.remlab.net/files/vlc/fremantle/

But keep in mind that this is unofficial (prerelease) software -- especially vlc -- and install on your own risk.

Last edited by filologen; 2010-02-06 at 07:49.