Ipodcast

De MoodleDocs

Nota: Pendiente de Traducir. ¡Anímese a traducir esta página!.     ( y otras páginas pendientes)

Instrucciones de instalación

  1. Copie la carpeta ipodcast en el directorio mod.
  2. Copie ipodcast.php de moodle/mod/ipodcast/lang/en/ al directorio moodle/lang/en.
  3. Copie la carpeta ipodcast de moodle/mod/ipodcast/lang/en/ a moodle/lang/en/help/
  4. Vaya a administración e instale el módulo; asegurarse de que todo funciona correctamente.


Apache

Asegúrate de activar la opción AllowOverride All(o lo suficiente para poder añadir un tipo AddType a la función) en la carpeta /mod/ipodcast.

Apache necesitará tener en .htaccess permiso total para el directorio del módulo ipodcast. El directorio del módulo contiene un básico .htaccess para permitir a los scripts ejecutarse con las extensiones de medios ie. .mp3,.mov,.mp4,.mv4. iTunes sólo descargará de internet archivos con esas extensiones. La carpeta contiene un fichero .htaccess que permite a los archivos con extensiones de medios ie ejecutarse cono archivos php. Esto permite iTunes descargar el fichero de medios.

Para esto edita tu archivo httpd.conf para incluir algo como:

<Directory "tu ruta aquí/moodle/mod/ipodcast">
AllowOverrride All
</Directory>

y reinicia Apache.


IIS

Ve al Administrador IIS y señala el directorio moodle/mod/ipodcast en el panel izquierdo. Pulsa el ratón y abre propiedades. Pulsa el tabulador Directorio (Directory) y en la sección inferior pulsa el botón Crear (Create) y después el botón Configuración (Configuration). Deberían heredarse las opciones marcadas en la configuración de la raíz. Encuentra la línea .php y anota la ruta al CGI. Entonces pulsa el botón Añadir (Add) y añade la misma ruta a las extensiones de medios ie, una por cada ".mp3,.mv4,.mov,.mp4" extensión; entonces pulsa aceptar hasta que salgas.

Deberías haber acabado aquí.

Este punto únicamente ha sido probado con Windows y mysql, faltan otros Sistemas Operativos. También es inglés el único lenguaje habilitado.

Uso del módulo

Configuración del podcast del curso

The next step is to hit the ipodcast module settings and make sure you want the iTunes tag support. By default the mysql.sql file enables these options. If you delete the module and try and reload it those two entries will cause a key duplicate error in v.18 the next rev fixes that issue. You will need to delete those records in the config table in order to install a second time.

Now go into a course you are a teacher or admin for and turn editing on.

Add an Activity and Podcast should now be in the list. When you select it you should get the message "iPodcast settings have not been set for this Course. Set here before continuing"

This is the first time per course setting for the podcast. It will load some default settings from the course.

Check over and hit "Save Course Settings" . The header should now read "Updating iPodcast settings for Course {coursename}" .

Select done to get back to the course outline.

Cómo agregar un podcast

Now add a podcast activity again for whatever section you want.

Update the name summary and notes to your preference and hit the save button. You should see a tabbed window with a few options.

  • View Podcast tab views it as a student would see the page.
  • Comments tab views the student comments on the podcast
  • Views tab shows who has viewed the media file and when.
  • Edit Podcast tab edits the Name, Summary, and notes of the podcast
  • iTunes Tags tab edits all the iTunes specific information
  • Attachment tab loads and selects the media file.
  • Visibility tab selects both the current or scheduled visibility for the podcast.

By default the iTunes tags are set from the Course settings for the podcast. No Attachment and visibility is set to hidden.

To select a media file hit the Attachment tag and select the Change... button then select Upload a file button.

You should get another window with a Browse... button select it and an open window should appear. Find the media file and select it. Remember only "mp3,mov,m4v, and mp4" files are supported. After selecting the file click Upload this file you should have a directory listing with that file listed.

Choose select from the action column and the line should go grey and the action will display "Currently Selected" .

Choose Close this window button to take you back to the Podcast.

The Attachment window will not update unless the browser is refreshed(on the list to fix).

Now change the current visibility to "Podcast visible to students" click save and the podcast entry is ready.

Suscripción

To subscribe to the podcast click on "Podcasts" under activities for the course. Its on the upper left side on my moodle. This should bring up a list of published podcasts, probably just one if you were following this from scratch. In the upper right corner should be a rss iPodcast button right click and copy shortcut or link. Now paste that shortcut into the iTunes subscribe to ipodcast window.

If all is well you should have the podcast.

The rss xml feed is built whn the link is called so you dont have to wait for cron after adding a podcast activity.

Notas sobre las versiones

v.24

02/19/06 Tom Dolsky - Repaired make directory function
02/19/06 Tom Dolsky - Added embedded media player
02/19/06 Tom Dolsky - Added usemediafilter module setting.
02/19/06 Tom Dolsky - Fixed quotes causing error on module settings page.
02/19/06 Tom Dolsky - Added media filter settings text.
02/19/06 Tom Dolsky - Moved all needed rsslib functions to this file ipodcast should now work without replacing lib/rsslib.php

v.23

02/07/06 Tom Dolsky     - Ran the feed through feed validator and made several necassary changes
02/07/06 Tom Dolsky     - Keywords now separated by commas - it will replace all the spaces eith commas on upgrade
			  Also make sure to copy the new language file over it has the space  comma verbage changed
02/06/06 Tom Dolsky     - Added a subscribe link for a on click itunes subscribe

v.22

02/05/06 Tom Dolsky     - Fixed Edit button from course view causing error

v.21

Darren Smith's Database fix hopefully
Blank upload popup fix
delete podcast if its an external reference would fail - fixed now

v.20

uploadpopup now refreshes parent window
fixed duration tag not being included in rss feed
backuplib.php now backs up podcasts,podcast course settings, podcast views, and podcast comments
deleting podcast deletes the media file
The attachment edit box can have an external url typed in it.  only links that start with "http://" or "https://" currently, and the length field will be empty

v.19

fixed the deleting and reinstalling module bug 


Tareas pendientes

Reescribir mp3lib.php para que pueda admitir id3v2.x con imágenes. Añadir horas a calculate_length() en lib/mp3lib.php. Escribir información id3tag en mp3. Escribir mpeg4lib.php para podcasting de vide. Necesario usar ffmpeg para esto. Necesidad de apoyo url externo - comienzo necesita grupo de depuración. Terminar botones y texto de ayuda. Backuplib.php ya está construído, pero muy poco probado. Restore no es funcional.

Cómo informar sobre errores

Informe por favor sobre cualquier error o petición de nuevas características a tomtek@cytekmedia.com

El Copyright del módulo podcast pertenece a Thomas E. Dolsky Cytek Media Systems, Inc.

Ver también