Sponsor Implementation

0 views
Skip to first unread message

Mr-Yellow

unread,
Dec 3, 2007, 7:45:31 PM12/3/07
to AdultATOM
If you're interested in implementing this feed, I'm available to help
for free within reason.

Let me know any questions or concerns.

-Ben

mrg

unread,
Dec 4, 2007, 12:25:05 PM12/4/07
to AdultATOM
Interesting

swi...@gmail.com

unread,
Dec 7, 2007, 5:55:23 PM12/7/07
to AdultATOM
Here is the current test dump for Nubiles

http://www.nubiles.net/webmasters/promo/dumpatom.php

I have a concern about the size of the dump with all 10k galleries
listed (and growing weekly). I'm not very familiar with atom parsers,
do they look at the the last update time before they parse the whole
document?

Mr-Yellow

unread,
Dec 9, 2007, 6:19:35 AM12/9/07
to AdultATOM
I'm yet to put this in the feed from cockcruisers, but you can add
querystrings for controlling this kind of thing.

For example I've added one that queries the database for only movies
with FLVs to cut down on BW for the tube site.

For FHGs, generally I'd say add a querystring for # of entries to
pull, then default this to 50 or 100 when the affiliate doesn't
specify the querystring.

Then if the querystring = -99 give them ALL results, allow people to
pull all of the results, then change their URL so as not to pull so
many.

From then on, the client script uses the ID of the entries to ensure
it doesn't add the same entry twice, thus if you are including 50
galleries and only have 20 new ones, 30 will just be ignored due to
the duplicate ID.

Most would cron their scripts daily and if used on a lot of sites your
feed could PHP cache to reduce CPU load when it hasn't updated.

Actually a really good way to package them might be in "updates"....
Where an entry contains 5-10 FHGs, a days worth, a weeks worth or
whatever, a description, and then blogs etc can post each of those FHG
links with the title specified in the feed. This way you'll be
digesting the posts and not flooding sites where each entry is posted
separately. Should work ok as generally you might have a few galleries
which really don't need separate descriptions, but just slightly
different titles.

-Ben
> > -Ben- Hide quoted text -
>
> - Show quoted text -

Mr-Yellow

unread,
Dec 9, 2007, 6:22:58 AM12/9/07
to AdultATOM
Also.... Hadn't thought too much bout feeds with multiple FLVs.

The WordPress plug will parse them into separate players....

While the phpMotion importer will only use one of them per entry, it
will need adjusting to create a new video for each FLV link within an
entry.

-Ben

swi...@gmail.com

unread,
Dec 9, 2007, 8:59:27 PM12/9/07
to AdultATOM
What do you think of this, including an optional element to an xml
playlist file for jeroens flash player. that way multiple flv urls,
and their thumbs, can be parsed and dealt with individually , or the
xml playlist can be used directly without needing to worry about the
individual flv and thumb elements.

This should make it really easy for somebody to create a blog post
with jeroens flash player, a playlist of the 3 flv videos with
thumbs.

Tube sites would display the multiple flvs like this http://www.gexo.com/45229
, using either an external play list or by parsing the individual flvs
and thumbs and inserting them into their own system.

Since most sponsors have hosted gals in a 3 or 4 vid format,
converting them into flv and offering them for hotlink in the atom
format is much faster than trying to create brand new clips just for
flash. I'm working with a couple to get things rolling.

Mr-Yellow

unread,
Dec 10, 2007, 9:38:10 PM12/10/07
to AdultATOM
Added support for playlists, it relies on the player knowing what to
do but works fine with JW FLVPlayer which most use, which supports
RSS, XSPF, and a number of other playlist formats, also the player
(with flash update) supports MP4 playback which will be great for
adult in future, less format converting to do.

Ok so the adultatom4wordpress includes the feature by allowing you to
select in options "Include FLVs if Playlist Exists". This tweaks the
output to either include all the FLVs in separate players, or just one
player featuring the playlist if found. If no playlist is found the
separate videos are included as per normal.

Feature only in the SVN atm.
http://adultatom4wordpress.googlecode.com/svn/trunk/adultatom.php

adultatom4phpmotion on the other hand differs....

It will look for FLVs first and post them separately. If however no
videos are found in enclosure links, but a playlist is, it will link
to the playlist instead.

It should probably have a switch added to reverse that behaviour so
separate FLVs aren't posted if the playlist exists.

http://adultatom4phpmotion.googlecode.com/svn/trunk/adultatom.php

-Ben


On Dec 10, 12:59 pm, "supp...@nubiles.net" <swiv...@gmail.com> wrote:
> What do you think of this, including an optional element to an xml
> playlist file for jeroens flash player. that way multiple flv urls,
> and their thumbs, can be parsed and dealt with individually , or the
> xml playlist can be used directly without needing to worry about the
> individual flv and thumb elements.
>
> This should make it really easy for somebody to create a blog post
> with jeroens flash player, a playlist of the 3 flv videos with
> thumbs.
>
> Tube sites would display the multiple flvs like thishttp://www.gexo.com/45229
> > > - Show quoted text -- Hide quoted text -
Reply all
Reply to author
Forward
0 new messages