jerrellmardis / Amphitheatre

Amphitheatre is an Android TV app that connects with network shares, organizes and serves videos to any Android capable media player app.
Apache License 2.0
437 stars 87 forks source link

Samba Share Discovery #1

Closed JakeWharton closed 10 years ago

JakeWharton commented 10 years ago

I'm not sure how it's done, but my Boxee Box can automatically discover my exposed Samba shares on the network.

JakeWharton commented 10 years ago

http://lists.samba.org/archive/jcifs/2002-August/001003.html

MizzleDK commented 10 years ago

I'm listening in on this one... Need to implement it in Mizuu as well, but I'm also not sure how it's done.

I'm currently using a pretty stupid implementation, which simply pings all local IP addresses. Naturally, this is both slow and not guaranteed to work.

jerrellmardis commented 10 years ago

Fixed with https://github.com/jerrellmardis/Amphitheatre/pull/26