Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

iTunesFS

Compare

  Analyzed about 16 hours ago

iTunesFS allows you to mount the "iTunes Music Library.xml" file as a file system, using the excellent MacFUSE (http://code.google.com/p/macfuse/). As of version 1.1, all local iPods will also be mounted in the similar fashion. All playlists of either iTunes or the iPods are exposed as directories, with their respective entries.

6.21K lines of code

0 current contributors

almost 2 years since last commit

3 users on Open Hub

Very Low Activity
3.5
   
I Use This

bindfs

Compare

  Analyzed about 10 hours ago

Overviewbindfs is a FUSE filesystem for mounting a directory to another location, similarly to mount --bind. The permissions inside the mountpoint can be altered using various rules. ExamplesHere are some examples of what bindfs can do for you: Make a directory read-only. bindfs --perms=a-w ... [More] somedir somedir Share a directory with some other users without modifying /etc/group. bindfs --mirror-only=joe,bob,@wheel ~/some/dir shared Make your website available to the webserver process read-only. bindfs --owner=www --perms=0000:u=rD ~/stuff/website ~/public_html Make all new files uploaded to an FTP share owned by you and seen by everyone. bindfs --create-for-user=me --create-with-perms=u+rw,a+rD /var/ftp/uploads /var/ftp/uploads Manualbindfs --help man 1 bindfs Supportbindfs has been tested on Linux 2.4/2.6 with fuse 2.5.3+ as well as Mac OS X 10.5 with MacFUSE. Please tell me if you have tried it on another platform, such as FreeBSD. Basic installation instructions are available. All bug reports, comments and ideas are very welcome at or the issue tracker. [Less]

5.9K lines of code

3 current contributors

18 days since last commit

1 users on Open Hub

Low Activity
5.0
 
I Use This

pytagsfs

Compare

  No analysis available

pytagsfs is a FUSE filesystem that arranges media files in a virtual directory structure based on the file tags. For instance, a set of audio files could be mapped to a new directory structure organizing them hierarchically by album, genre, release date, etc. File tags can be changed by moving and ... [More] renaming virtual files and directories. The virtual files can also be modified directly, and, of course, can be opened and played just like regular files. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl