Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Marvin

Notices

Reply
 
Thread Tools Search this Thread
Old 07-09-2016, 12:39 PM   #1
gabaldini
Enthusiast
gabaldini has learned how to buy an e-book online
 
Posts: 31
Karma: 80
Join Date: Jan 2015
Device: kindle paperwhite
google earth in custom search , marvin 3

I'm tryng to create a custom search that can search places in the application google earth instead of google maps , is this possible , someone can help me?
I'd like to create another custom search that can open an application with a dictionary,can Marvin open apps to make a search?

thanks
gabaldini is offline   Reply With Quote
Old 07-09-2016, 03:53 PM   #2
Faterson
pokrývač škridiel
Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.
 
Faterson's Avatar
 
Posts: 1,525
Karma: 3300000
Join Date: Oct 2011
Location: Bratislava, Slovakia
Device: 3*iPad, SamsungNote & Tabs, 2*OnyxBoox, Huawei 8″, PocketBook
Yes, the second thing definitely works. (I haven't used Google Earth.)
Faterson is offline   Reply With Quote
Advert
Old 07-09-2016, 04:15 PM   #3
gabaldini
Enthusiast
gabaldini has learned how to buy an e-book online
 
Posts: 31
Karma: 80
Join Date: Jan 2015
Device: kindle paperwhite
Quote:
Originally Posted by Faterson View Post
Yes, the second thing definitely works. (I haven't used Google Earth.)
Can you tell me how? I've tried putting {name of application} .
I have no idea of programming , I would appreciate your help
gabaldini is offline   Reply With Quote
Old 07-09-2016, 04:41 PM   #4
Faterson
pokrývač škridiel
Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.
 
Faterson's Avatar
 
Posts: 1,525
Karma: 3300000
Join Date: Oct 2011
Location: Bratislava, Slovakia
Device: 3*iPad, SamsungNote & Tabs, 2*OnyxBoox, Huawei 8″, PocketBook
Lightbulb

Instead of application name, you need what is called a "URL scheme". If an app doesn't have a URL scheme, then Marvin can't call it, but many dictionary apps (and not just dictionary apps) do offer an URL scheme. For an example, try this:
  1. in Marvin, press "EPUB book settings"
  2. in the "Text Selection Menu" section, press "Custom commands"
  3. press the "+" button at the bottom of the screen
  4. press "Get started with a preset..." at the bottom of the pop-up window
  5. random example: scroll down and press "Search in IMDb app (if installed)"
  6. now, you can see the URL scheme used by the IMDb app, and the Marvin command that employs the URL scheme: imdb:///find?q={text}
  7. all you need to do now is to replace the imdb part in that command with the URL scheme of your favourite dictionary app. Sometimes you can just guess the URL scheme, but if not, you can write to the customer support of that app and ask them if they offer a URL scheme, and what it is.
Faterson is offline   Reply With Quote
Old 07-09-2016, 05:38 PM   #5
gabaldini
Enthusiast
gabaldini has learned how to buy an e-book online
 
Posts: 31
Karma: 80
Join Date: Jan 2015
Device: kindle paperwhite
ok , thanks a lot
I'd found an url scheme that opens google earth
comgoogleearth://
do you know what must i put next so it search the word selected ive tried
/find?q={text} and /{text}but dont work

Quote:
Originally Posted by Faterson View Post
Instead of application name, you need what is called a "URL scheme". If an app doesn't have a URL scheme, then Marvin can't call it, but many dictionary apps (and not just dictionary apps) do offer an URL scheme. For an example, try this:
  1. in Marvin, press "EPUB book settings"
  2. in the "Text Selection Menu" section, press "Custom commands"
  3. press the "+" button at the bottom of the screen
  4. press "Get started with a preset..." at the bottom of the pop-up window
  5. random example: scroll down and press "Search in IMDb app (if installed)"
  6. now, you can see the URL scheme used by the IMDb app, and the Marvin command that employs the URL scheme: imdb:///find?q={text}
  7. all you need to do now is to replace the imdb part in that command with the URL scheme of your favourite dictionary app. Sometimes you can just guess the URL scheme, but if not, you can write to the customer support of that app and ask them if they offer a URL scheme, and what it is.

Last edited by gabaldini; 07-09-2016 at 06:08 PM.
gabaldini is offline   Reply With Quote
Advert
Old 07-10-2016, 05:15 AM   #6
svenlind
Fanatic
svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.
 
svenlind's Avatar
 
Posts: 502
Karma: 10488899
Join Date: Apr 2010
Location: Denmark
Device: Oasis 3, Kobo Sage and Libra 2,Ipad mini 5
I am not so sure about Google earth but for Google maps the command is:

comgooglemaps://?q={text}
svenlind is offline   Reply With Quote
Old 07-10-2016, 08:06 AM   #7
gabaldini
Enthusiast
gabaldini has learned how to buy an e-book online
 
Posts: 31
Karma: 80
Join Date: Jan 2015
Device: kindle paperwhite
Quote:
Originally Posted by svenlind View Post
I am not so sure about Google earth but for Google maps the command is:

comgooglemaps://?q={text}
Searching in the the web , I've found that Google earth does not admit parameters, only solution is to first copy, then open GE and paste there

thank you!

Last edited by gabaldini; 07-10-2016 at 08:08 AM.
gabaldini is offline   Reply With Quote
Old 07-10-2016, 08:42 AM   #8
svenlind
Fanatic
svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.
 
svenlind's Avatar
 
Posts: 502
Karma: 10488899
Join Date: Apr 2010
Location: Denmark
Device: Oasis 3, Kobo Sage and Libra 2,Ipad mini 5
Quote:
Originally Posted by gabaldini View Post
Searching in the the web , I've found that Google earth does not admit parameters, only solution is to first copy, then open GE and paste there
Well, I discovered that too. Unfortunately the custom command "Copy" does not work in Marvin.

If it did you could first Copy the location and then select your custom command
comgoogleearth:// and finally manually paste in Google Earth
svenlind is offline   Reply With Quote
Old 07-10-2016, 05:27 PM   #9
Faterson
pokrývač škridiel
Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.Faterson ought to be getting tired of karma fortunes by now.
 
Faterson's Avatar
 
Posts: 1,525
Karma: 3300000
Join Date: Oct 2011
Location: Bratislava, Slovakia
Device: 3*iPad, SamsungNote & Tabs, 2*OnyxBoox, Huawei 8″, PocketBook
Quote:
Originally Posted by svenlind View Post
Unfortunately the custom command "Copy" does not work in Marvin.
What does work is select a word/passage, then press the "share" button (box with arrow pointing upwards), then press "Copy". Perhaps not usable in the particular use scenario discussed here, but that's how I've been copying text from Marvin 3.
Faterson is offline   Reply With Quote
Old 07-11-2016, 04:09 AM   #10
svenlind
Fanatic
svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.
 
svenlind's Avatar
 
Posts: 502
Karma: 10488899
Join Date: Apr 2010
Location: Denmark
Device: Oasis 3, Kobo Sage and Libra 2,Ipad mini 5
Quote:
Originally Posted by Faterson View Post
What does work is select a word/passage, then press the "share" button (box with arrow pointing upwards), then press "Copy". Perhaps not usable in the particular use scenario discussed here, but that's how I've been copying text from Marvin 3.
Well it is usable in this scenario. Thank you.

The custom command {copy} work in Marvin 2.
The custom command {copy : detail} does work in Marvin 3.
svenlind is offline   Reply With Quote
Old 07-14-2016, 03:39 PM   #11
kguil
Addict
kguil ought to be getting tired of karma fortunes by now.kguil ought to be getting tired of karma fortunes by now.kguil ought to be getting tired of karma fortunes by now.kguil ought to be getting tired of karma fortunes by now.kguil ought to be getting tired of karma fortunes by now.kguil ought to be getting tired of karma fortunes by now.kguil ought to be getting tired of karma fortunes by now.kguil ought to be getting tired of karma fortunes by now.kguil ought to be getting tired of karma fortunes by now.kguil ought to be getting tired of karma fortunes by now.kguil ought to be getting tired of karma fortunes by now.
 
kguil's Avatar
 
Posts: 1,215
Karma: 1836966
Join Date: Feb 2010
Location: Malta, Europe
Device: Marvin for iOS
@svenlind Although the {copy} command displays an error saying it didn't work, it does in fact work and copy the selected text. Of course, Marvin shouldn't be displaying the error when there is none. Thanks for bringing this to my attention. It will be corrected in the next update.
kguil is offline   Reply With Quote
Old 07-15-2016, 09:13 AM   #12
svenlind
Fanatic
svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.svenlind ought to be getting tired of karma fortunes by now.
 
svenlind's Avatar
 
Posts: 502
Karma: 10488899
Join Date: Apr 2010
Location: Denmark
Device: Oasis 3, Kobo Sage and Libra 2,Ipad mini 5
Quote:
Originally Posted by kguil View Post
@svenlind Although the {copy} command displays an error saying it didn't work, it does in fact work and copy the selected text. Of course, Marvin shouldn't be displaying the error when there is none. Thanks for bringing this to my attention. It will be corrected in the next update.
Well, thank you it didn't occur to me that it might work anyway.
svenlind is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Marvin - Custom Column Sync with Calibre zeekles Marvin 0 01-06-2015 08:52 AM
Marvin Custom Button for third party apps sz1999 Marvin 3 02-07-2014 07:03 PM
Google Mash-Up: Earth goes Book Search Alexander Turcic News 1 08-23-2007 09:52 PM
Google Book Search to search full-text books online Bob Russell Deals and Resources (No Self-Promotion or Affiliate Links) 1 08-19-2006 12:13 PM


All times are GMT -4. The time now is 02:57 PM.


MobileRead.com is a privately owned, operated and funded community.