![]() |
2007-08-21
, 15:44
|
Posts: 2 |
Thanked: 0 times |
Joined on Aug 2007
@ Arlington, TX
|
#12
|
![]() |
2007-08-21
, 16:14
|
Posts: 503 |
Thanked: 267 times |
Joined on Jul 2006
@ Helsinki
|
#13
|
(Now if I can just find the forum thread that explains why MPlayer crashes and reboots my 770 unless I close all other apps and disconnect Wi-fi before running MPlayer.)
![]() |
2007-08-21
, 18:00
|
Posts: 9 |
Thanked: 1 time |
Joined on Jan 2007
|
#14
|
![]() |
2007-08-21
, 20:12
|
|
Posts: 177 |
Thanked: 57 times |
Joined on Aug 2007
@ Washington State, USA
|
#15
|
![]() |
2007-08-22
, 07:45
|
Posts: 9 |
Thanked: 1 time |
Joined on Jan 2007
|
#16
|
![]() |
2007-08-23
, 07:40
|
|
Posts: 177 |
Thanked: 57 times |
Joined on Aug 2007
@ Washington State, USA
|
#17
|
![]() |
2007-08-23
, 18:10
|
Posts: 9 |
Thanked: 1 time |
Joined on Jan 2007
|
#18
|
![]() |
2007-09-10
, 11:41
|
Posts: 3 |
Thanked: 0 times |
Joined on Aug 2007
|
#19
|
![]() |
2007-09-24
, 10:04
|
|
Posts: 177 |
Thanked: 57 times |
Joined on Aug 2007
@ Washington State, USA
|
#20
|
You could check out this link and download it there. I can't attach .pl files to this thread or i'd do that
1. MPlayer seems to find videos on the mmc card without any trouble, so if I want the videos to be downloaded directly to the rs-mmc card, should I edit the script accordingly (how?), or should I mount MyDocs/.videos to a folder on the card (how?)
I don't have an MMC card yet so I can't say if it would be different, but...at the moment Mplayer scans /home/user/MyDocs/.videos on startup. Perhaps it also scans the memory card. Once you test it out, let us know! I could help edit it to scan the card too but would need the directory names...
2. Just to confirm, there is no longer any need to install bash, links, or getopt/std.pm, correct?
Yep, wget is all it needs.
3. It looks like you changed -z to -s.
-s made more sense for _scanning_ than z
4. This is really stupid, I'm sure: What is chmod a+x
That changes file access permissions. It says all users can execute the file. Move the file to somewhere in your PATH (ie /usr/bin) and simply typing it's name at the command line will run it.
5. You mentioned the possibility of calling the script from a shortcut in the menu. Still considering that? (or how could I do it myself?)
I'm starting to journal the stuff I'm learning. There's a post on how to add shortcuts to the menu at my new site: http://770hax.today.com/
6. You mentioned "optionally deleting the file afterwards," but I assume all cleanup is manual at this point? (e.g. File Manager for deleting videos and Bookmark Manager for deleting bookmarks).
Opera breaks up the .xml file really poorly when making new bookmarks. I'm not patient enough (yet) to figure out the sed commands required to delete old ones. Another script can easily be made to delete all the .flv files. The bookmarks still have to be erased by hand I'm afraid, although the script is smart enough to check and see if it's been downloaded already and skip if it has. So you can just be lazy too and let them pile up a while before deleting
7. Can all of these YouTube bookmarks be kept in their own bookmark folder?
I'm not sure, try and find out! I don't know how Opera handles folders yet. Let me know and we could update the script to handle it I'm sure.