Content server ?
I am trying to setup multiple content servers. I want them to serve by format for only one format per server. So an epub server, a mobi server, etc...
Lets say I have three books in my library.
book 1 formats: epub, html
book 2 formats: epub, mobi
book 3 formats: mobi
Lets also say I have 2 saved searches named epub and mobi:
1) formats:"=EPUB"
2) formats:"=MOBI"
Now I can setup a server and get book 3 just fine with the following restriction: search:"=mobi" and not search:"=epub"
My question is, how do I get book 3 and only the mobi format of book 2 ???
If I setup a server with search:"=mobi" as its restriction. I get books 2 & 3
but I also get the epub of book 2 which I don't want on my mobi server.
|