Reply To: sharing photos with mt-daapd

#5889
rpedde
Participant

@wanderingboy wrote:

How much work would be involved with adapting mt-daapd to work with dpap? Are the protocols drastically different? Let me know – I might be interested in lending a hand.

Would need a separate database and listen on a new port. The dmap stuff is the same (simpler than daap, actually), and the only hard part would be that you would have to automatically scale all the pictures so you could send thumbnails.

One of the things I’m tackling post-1.0 (next week, maybe?!?!?!) is the Greate Database Refactoring (Take 3), and one of the things I want to do is make sure I can use the same db layer for dpap as well as daap. I need to spend some time and fix the broken front row also.

If you were to build a separate project, I think you could start with 0.2.4 and have a working implementation of dpap in a weekend, though.