The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniFocus Extras (http://forums.omnigroup.com/forumdisplay.php?f=44)
-   -   new sync to iPod script (http://forums.omnigroup.com/showthread.php?t=4397)

RodCloutier 2007-08-03 05:17 AM

new sync to iPod script
 
Here is a script for those of us who want to carry around a quick access to our Omnifocus info with our iPod.

Since iCal todo list removes the context information I have written a script that creates notes our your iPod that replicates the projects view and the context view.

Features:[LIST][*]Export all Projects, folders and all actions[*]Export Contexts view that only shows the next action.[*]Export the content of the note for each action[/LIST]
You need to update the script with your iPod volume name, connect your iPod and your are good to go!

On your iPod, navigate to Extras->Notes->OmniFocus.

Enjoy and feel free to give feedback!

Rod

The latest file is available here [URL="http://curlyfrog.com/blog/?page_id=8"]OmniFocus iPod exporter[/URL]

sprugman 2007-08-03 05:08 PM

I tried using this, and I'm getting the "Failed to find iPod" error, even though /Volumes/myPod/Notes exists.

Any hints?

granin 2007-08-05 09:36 AM

[QUOTE=sprugman;18731]I tried using this, and I'm getting the "Failed to find iPod" error, even though /Volumes/myPod/Notes exists.

Any hints?[/QUOTE]

Exactly same problem! Did anyone make it work the right way ?

ipod name: "MISHA'S IPO"

Craig 2007-08-05 09:52 AM

I'm wondering if the apostrophe (') throws things off. I too had problems, and I too have an apostrophe in my iPod's name.

granin 2007-08-05 10:08 AM

[QUOTE=Craig;18801]I'm wondering if the apostrophe (') throws things off. I too had problems, and I too have an apostrophe in my iPod's name.[/QUOTE]
for now i just removed checking code, remove this form script:

[CODE] tell application "Finder"
if not (exists folder "Notes" of POSIX file iPodPath) then
set dialogButtons to {"OK"}
set msg to "Failed to find iPod " & iPodVolume & "." & return & "Script will stop."
set defaultBtn to "OK"
end if
end tell[/CODE]

RodCloutier 2007-08-07 07:10 PM

Sorry I didn't reply any sooner. If it is only the checking code, it is safe to remove it. I will look into it tomorrow. My guess is that I have to use the quoted form of the path in the checking code. Something similar to

[CODE]tell application "Finder"
if not (exists folder "Notes" of POSIX file (quoted form of iPodPath)) then
set dialogButtons to {"OK"}
set msg to "Failed to find iPod " & iPodVolume & "." & return & "Script will stop."
set defaultBtn to "OK"
end if
end tell[/CODE]

Anything else bugging you?

Rod

granin 2007-08-07 08:16 PM

requests for now:
1 i use a lot of forbidden symbols in projects and contexts names like :,;/ etc, and my iPod is Windows formatted to use it as a external drive to exchange files with Windows folks. Is it possible to implement some replacement of forbidden characters?
2 my single actions usually are not related to any project (just to speedup the entering process), so they are notsynched to iPod! But most of my Errands and To Buy ARE single actions! - is it possible to
sync all actions without a project? I'm opened to change my workfolw - any other ideas on this are welcome!

RodCloutier 2007-08-08 05:09 AM

[QUOTE=granin;18911]I use a lot of forbidden symbols in projects and contexts names like :,;/ etc, and my iPod is Windows formatted to use it as a external drive to exchange files with Windows folks. Is it possible to implement some replacement of forbidden characters?
[/QUOTE]
I can certainly do that. Out of curiosity, are those ( :,;/ ) the only symbols you are using?

[QUOTE=granin;18911] My single actions usually are not related to any project (just to speedup the entering process), so they are not synched to iPod! But most of my Errands and To Buy ARE single actions! - is it possible to
sync all actions without a project? I'm opened to change my workfolw - any other ideas on this are welcome![/QUOTE]

I will have a look if I can export actions without projects. You could, in the meantime, create a "Single actions" projects and put all your single actions in that project.

A new version that automatically detects the connected iPod, with pretty icon, is available here [URL="http://curlyfrog.com/blog/?page_id=8"]OmniFocus iPod exporter[/URL]

I have also changed the name of the scripts to "ExportToiPod" since it looks a lot nicer in the toolbar.

Rod

RodCloutier 2007-08-12 05:07 PM

[QUOTE=granin;18911]1 Is it possible to implement some replacement of forbidden characters? [/QUOTE]
Done

[QUOTE=granin;18911]2 is it possible to sync all actions without a project? [/QUOTE]
You now can do so but only if the task has a context. It will show up in the context view with the default project "Single Actions". This can be changed at the top of the file.

Rod
[URL="http://curlyfrog.com/blog/?page_id=8"]OmniFocus iPod exporter[/URL]

jaywest 2007-08-16 05:11 PM

This OmniFocus iPod Exporter looks fantastic but I can't seem to get it to work. There are no installation or usage instructions so I am really having to guess how to get it to work.

The script seems to run properly with approriate prompts and with no errors but it does not add any note files to my iPod. I tried it without the iPod attached to see if it would throw an error, which it doesn't, so I am assuming there music be something wrong with the script or my setup.

Can you elaborate how to use and troubleshoot this script? Where is it installed? When do you run it? Does the iPod need to be in Disk Mode at the time the script is run?

Thx


All times are GMT -8. The time now is 04:32 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.