bonjour
j ai toujours
**TEST** - *-* Working on share [photo] whose path is '/volume1/photo'
**TEST** - [photo] won't be indexed because it is not included in the path list
**TEST** - *-* Working on share [video] whose path is '/volume1/video'
**TEST** - [video] won't be indexed because it is not included in the path list
**TEST** - *-* Working on share [music] whose path is '/volume1/music'
**TEST** - [music] won't be indexed because it is not included in the path list
**TEST** - End
meme avec les fichier correctement configuré dans
Panneau de configuration / Service d'indexage média / Onglet Dossiers indexés...
j ai mis ca dans path c est bon ?
self.configuration = {
'music': {
'path': '/volume1/audio', # to be determined
'index_mime': {'audio': True, 'image': False, 'video': False}
},
'photo': {
'path': '/volume1/music', # to be determined
'index_mime': {'audio': False, 'image': True, 'video': False}
},
'video': {
'path': '/volume1/video', # to be determined
'index_mime': {'audio': False, 'image': False, 'video': True}
},
}
avec cette comande python2.6 index_updater.py -A -v 2