Notices


Reply
Thread Tools
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#1
Needed an app for this. Maybe someone else has use for it too. I may add some new features later (like video), but don't hold your breath. Won't probably work with AppleTV, but if someone wants to donate me one, I'm sure I can make it work too.

Requires XBMC 11 (Eden). Make sure you have bonjour/avahi installed too. Enable airplay under settings -> network. Don't setup a password.

Install attached package to your N900. Run apt-get -f install as root afterwards to install all required dependencies. Needs packages from -devel/testing, so don't install this if you are afraid of those.

EDIT: may require a reboot or manual start of avahi after install.
Attached Files
File Type: deb hairday_0.1.3_armel.deb (45.2 KB, 100 views)

Last edited by ukki; 2012-09-23 at 19:04.
 

The Following 5 Users Say Thank You to ukki For This Useful Post:
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#2
Attached a new version to first post. With this version you can add your own targets to the mix so you can for example scp images to your server.
 

The Following User Says Thank You to ukki For This Useful Post:
ersanpermana's Avatar
Posts: 92 | Thanked: 41 times | Joined on Jun 2012 @ indonesia
#3
@ukki Can you tell me how to use it?
Prior thank you
Attached Images
 

Last edited by ersanpermana; 2012-09-24 at 09:00.
 
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#4
Originally Posted by ersanpermana View Post
@ukki Can you tell me how to use it?
Prior thank you
What exactly are you trying to achieve?
 

The Following User Says Thank You to ukki For This Useful Post:
ersanpermana's Avatar
Posts: 92 | Thanked: 41 times | Joined on Jun 2012 @ indonesia
#5
Originally Posted by ukki View Post
What exactly are you trying to achieve?
I mean how the function of this application?
 
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#6
Originally Posted by ersanpermana View Post
I mean how the function of this application?
If you don't use XBMC, it's pretty useless to you. But you can make hairday run any command with the image file as a parameter so you can write your own scripts that do something with the images. Little faster than using sharing plugins.
 

The Following User Says Thank You to ukki For This Useful Post:
ersanpermana's Avatar
Posts: 92 | Thanked: 41 times | Joined on Jun 2012 @ indonesia
#7
Originally Posted by ukki View Post
If you don't use XBMC, it's pretty useless to you. But you can make hairday run any command with the image file as a parameter so you can write your own scripts that do something with the images. Little faster than using sharing plugins.
Can't you give me example is more understandable?
 
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#8
Originally Posted by ersanpermana View Post
Can't you give me example is more understandable?
Let's say you have a script that does something to the image. It resides in /usr/bin and is called transferimg.sh. You can then add a target and set command to:
Code:
/usr/bin/transferimg.sh "$FILENAME"
and your script would be called with full path to selected image as a parameter like

Code:
/usr/bin/transferimg.sh "/home/user/MyDocs/DCIM/20120925_1.jpg"
Or you could use it to scp the chosen images to a computer that has ssh with something like:

Code:
scp "$FILENAME" ersanpermana@computer.local:/path/to/your/chosen/dir
You need to setup ssh keys though so you don't have to enter password etc.
 

The Following User Says Thank You to ukki For This Useful Post:
ersanpermana's Avatar
Posts: 92 | Thanked: 41 times | Joined on Jun 2012 @ indonesia
#9
Ok I will try it before
many thanks
 
Posts: 1,203 | Thanked: 3,027 times | Joined on Dec 2010
#10
This would be great if was extended to support http://en.wikipedia.org/wiki/Wi-Fi_Direct so it worked with more devices.
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:06.