
You are not logged in.
I’ll write some more detailled information here later ... Enjoy the new version!
CHANGELOG!
New features
- Loudblog pings to audio.weblogs.com and ping-o-matic
- Loudblog sends an eMail to the author, when a new comment has arrived
- (Audio)comment feeds for single postings
- Full feed with recent postings plus (audio)comments
- New Loudblog-Tags and attributes for showing new feeds
- iTunes compatible rss-feed (Cover Art and categories)
Improvements
- Loudblog now deletes abandoned audio comment files after a while
- Slightly improved page rendering speed
- Better Category feeds
- Even better rss-feed structure in general
- Posting date changes when updating the audio file
- better JavaScript messages in backend
- Filesize reading of external audio files (if allowed by server) Thanks to Ektoras!
Security
- blank index.html file for "upload" and "audio" folders
- Putting dangerous code into the commenting field is not possible any more
Bugfixes
- ID3 Tag manipulating on Windows servers should work now (not yet tested, though ;-)) Use the special Windows-Version of Loudblog.
- Fixed some hyperlink-list-bugs on the rss-feeds
- Fixed HTML-Problem with Non-Textile messages
- Converting relative links of templates now uses RegEx
- Fixed the "seperator-on-posting-categories-list" bug. ;-)
Templates
- Extended all official templates to support the new feeds.
- Fixed some bugs with some templates.
Last edited by Gerrit (Jul 3rd 2005 00:30)
Offline
Hello Gerrit,
Upgrade script seemed to work perfectly, no errors anywhere that I have found.
I suppose the most logical question concerning iTunes Categories and iTunes Cover Art would be:
Would it not make better sense to have these on a file-by-file bases rather than on a one-for-all?
I suppose I had more expected ID3 tags to be updated, rather than the rss.
When a new podcast file is uploaded I would tend to think that it should be able to have a specific Cover Art assigned (uploaded and attached) to it. Perhaps even putting this into the "edit ID3 tags" page would be an acceptable place for it.
I'll continue to test and report back any further comments.
Offline
Well, you can't put album art for every single posting into the xml-file, right? You will have to use "real" id3 tags for that, but unfortunately I did not find a PHP-solution to put an image into an mp3 file. You will have to use iTunes or another software, when you are producing your mp3 file.
Personally I don't like the idea of having to choose one or more categories for every single posting, out of 70 categories given by Apple. I might implement an advanced category chooser in the next versions, but for now it should be okay to set the categories for the whole Podcast ... What do others think?
update: Well, in fact it IS possible to write cover art into mp3 with getid3():
http://www.getid3.org/phpBB2/viewtopic.php?t=400
I'll implement this in the next version, of course.
Offline
After updating:
On the podcast-feed information in the backend-settings there is displayed the following:
<br /><b>Notice</b>: Undefined index: itunes_author in <b>/.../loudblog/loudblog/inc/backend_settings.php</b> on line <b>142</b><br />
in the first three fields.
In the "explicit lyrics" field is displayed the following:
"Notice: Undefined index: itunes_explicit in /.../loudblog/loudblog/inc/backend_settings.php on line 206"
It won't change even if I choose a setting and click on "Save".
In iTunes categories there is displayed:
"Notice: undefined"
In language it is the same.
What can be the problem?
Furthermore after running the update-file a file-not-found message opens up. Would be better to display a update-done-page ...
One more question: Is it normal, that when you click on "Play" in the flash-box and click stop after a few seconds, the file downloads completely?
Greetz,
André
Offline
Your update did not succeed. That is the reason why you did not get a "update success" message ;-) Look carefully if you have typed the update-filename correctly (and if you're in the right folder...)
The Mp3 does load completely, because in Flash there is only one simple command which says "get this external MP3 file". There is no command to stop the loading process, as far as I know.
Please use the "Bugs & Problems" forum for bugs and problems ;-)
Offline
Hi Gerrit,
I have found the problem. It is in the original-zip-packing of the files.
You have packed the updateXX-XX.php's into the /.../loudblog-folder, so when starting them from that place, the update fails or at least is not made completely - resulting in my problems.
After moving them manually one level up into the top loudblog-folder on the server, the installation worked perfectly and I got a success-message. All the mentioned problems are gone now, as far as I can see.
So you should encode a new zip-File with the updateXX-XX.php's at the right place in the top-level directory where the install.php is ...
I know, these things usually belong to the bugs and problems-forum. Maybe you can move them ...?
Best regards,
André
Last edited by planetgroove (Jul 3rd 2005 08:01)
Offline
@planetgroove: You don't have to move the update-files, you have to simply write the "/loudblog/" path into your browser, when opening those files.
Anyway, I put the update-files into the loudblog-folder, because I don't want that the user would have to change or copy anything to the root-directory of his LB-installation. All update changes should be inside the "loudblog" folder.
So it's not a bug, it's a feature! Updating from 0.1 to 0.2 went the same way and it was no big deal for most of the users.
Offline
Hi Gerrit,
initially I located the files correctly in the /loudblog/-directory, but - as said - the update failed. I tried it several times but with no success. The update started, and altered the backend but not completely, as described.
After moving the update.php to the correct folder the update succeeded.
So I don't know what the REAL problem is. I assume they were zipped into the wrong folder. If this is not the case, please explain me, why the installation fails when I start the update.php in the folder where it lies after unzipping.
André
Offline
I found one mistake in the update-files:
<link rel="stylesheet" type="text/css" href="loudblog/backend/screen.css" />
The stylesheet is not linked correctly.
But as far as I can say, the update process cannot work when you start it from the root folder of your installation. Look at that:
//get database connection values include "custom/config.php";
It tries to get the database connection values. If you transfer the update-file to the root directory the script won't be able to find those values, because they are linkes relatively and the path is wrong. The update script cannot change anything at all.
Seems like there is some magic going on on your server. I can’t explain. But finally everything works fine with your installation?
Offline
Hi Gerrit
Thanks a fresh install on a new site went fine as did the upgrade after I checked to see the xxx--xx.php files were in the right place!
Last edited by Siobhan (Jul 5th 2005 11:56)
Offline
@ Gerrit:
Yes it works now. I hope the next update will do without moving any file ...
:-)
André
Offline