Add files to Totem playing list from Nautilus

2 Comments

This Nautilus script is used to add multimedia files to the Totem playing list. What files are considered as multimedia is user-defined.

Installation: put it in ~/.gnome2/nautilus-scripts/ directory and enable the executable attribute.
Usage: after editing the multimedia file extensions list within the script, select some files and append them to Totem’s playing list from the right-click menu.

Version: 0.3
Requires: Zenity, Totem

Download the script from the link below:

add_to_totem_playing_list.tar.gz

Update: Please use Jim’s method described in the comments. It’s by far a more decent solution! Thanks Jim :-)

Add files to Totem playing list from Nautilus by George Notaras is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Copyright © 2005 - Some Rights Reserved

George Notaras avatar

About George Notaras

George Notaras is the editor of the G-Loaded Journal, a technical blog about Free and Open-Source Software. George, among other things, is an enthusiast self-taught GNU/Linux system administrator. He has created this web site to share the IT knowledge and experience he has gained over the years with other people. George primarily uses CentOS and Fedora. He has also developed some open-source software projects in his spare time.

2 responses on “Add files to Totem playing list from Nautilus

  1. Jim Permalink →

    Or just use nautilus-actions-config and use the following settings:
    Label: Tooltip: Add to totem playlist
    Icon:/usr/share/pixmaps/totem.xpm
    Action:totem
    Parameters: –enqueue %M
    Appears if file matches filenames:*.mp3 ; *.ogg ; *.mpc ; *.aac ; *.wav ; *.ac3 ; *.avi ; *.ogm ; *.mpg ; *.mpeg ; *.wmv ; *.rm ; *.ram ; *.vob ; *.asf
    Appears if selection contains: only files
    Appears for multiple: true

  2. George Notaras Post authorPermalink →

    This is an excellent tip!

    Until today I hadn’t given much attention to the nautilus-actions-config utility. It’s very neat.

    Thanks :)