|
Revision 312
(checked in by chervol, 3 years ago)
|
merge version 0.4.5 to trunk
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
get rid of getFileFieldContentType method |
|---|
| 2 |
listSyndicatableContent should use ExtendedPathindex in query on Plone 2.1+ |
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
itunes related: |
|---|
| 6 |
--------------- |
|---|
| 7 |
|
|---|
| 8 |
- add length of video file from a atvideo object to atvideo_item.pt like in ataudio_item.pt |
|---|
| 9 |
- add categories to the channel for itunes feed |
|---|
| 10 |
- add <itunes:keywords> for an item aggregated from the keywords of the object or tags(?) |
|---|
| 11 |
- subtitle for items and channel (maybe take first sentence of description) |
|---|
| 12 |
- add tab for smartfolder to configure the itunes related parameters (enable itunes support, channel image,...) |
|---|
| 13 |
- strip html tags from <itunes:summary> and <itunes:subtitle>, substitute <br /> and </p> with a new line (\n) |
|---|
| 14 |
|
|---|
| 15 |
maybe add a check for the type of the items (mp3, m4a, m4v, mp4, mov, ..) that itunes understand, otherwise output |
|---|
| 16 |
an error - dont know how to implement that, maybe its not possible at all |
|---|