#include "sbMediaFileManager.h"
#include <sbILibraryUtils.h>
#include <sbIMediaItem.h>
#include <sbIPropertyInfo.h>
#include <sbLibraryUtils.h>
#include <sbPropertiesCID.h>
#include <sbProxiedComponentManager.h>
#include <sbStandardProperties.h>
#include <sbStringBundle.h>
#include <sbStringUtils.h>
#include <sbURIUtils.h>
#include <nsCRT.h>
#include <nsDirectoryServiceDefs.h>
#include <nsStringAPI.h>
#include <nsIFile.h>
#include <nsIFileURL.h>
#include <nsIPrefService.h>
#include <nsIPropertyBag2.h>
#include <nsIStringBundle.h>
#include <nsUnicharUtils.h>
#include "prlog.h"
Go to the source code of this file.
#define _MFM_SEPARATOR ":" |
#define LOG |
( |
|
args | ) |
/* nothing */ |
#define MFM_MUSIC_FOLDER_KEY "Music" |
#define MFM_VIDEO_FOLDER_KEY "Video" |
#define PERMISSIONS_FILE 0644 |
#define TRACE |
( |
|
args | ) |
/* nothing */ |
To log this module, set the following environment variable: NSPR_LOG_MODULES=sbMediaFileManager:5 Use the following to output to a file: NSPR_LOG_FILE=path/to/file.log
Definition at line 93 of file sbMediaFileManager.cpp.