rename this file enna
authorBenjamin Zores <ben@geexbox.org>
Sun Dec 06 11:54:15 2009 +0100 (3 months ago)
branchenna
changeset 2289155be04c512d
parent 2288c6a0d8854473
child 22900661d5317be0
rename this file
enna.cfg.example
enna.cfg.sample
       1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
       2 +++ b/enna.cfg.sample	Sun Dec 06 11:54:15 2009 +0100
       3 @@ -0,0 +1,108 @@
       4 +[enna]
       5 +#none,event,info,warning,error,critical
       6 +verbosity=info
       7 +log_file=/var/log/enna.log
       8 +
       9 +#0,1
      10 +fullscreen=0
      11 +
      12 +idle_timeout=0
      13 +
      14 +#/home/user/theme.edj for specific file or just 'default' if theme is
      15 +#located at /usr/share/enna/theme/default.edj
      16 +theme=default
      17 +
      18 +#software_x11,xrender_x11,opengl_x11,software_x11_16
      19 +engine=software_x11
      20 +
      21 +music_ext=3gp,aac,ape,apl,flac,m4a,mac,mka,mp2,mp3,mp4,mpc,ogg,ra,wav,wma
      22 +video_ext=asf,avi,divx,dvr-ms,evo,flc,fli,flv,m1v,m2v,m4p,m4v,mkv,mov,mp4,mp4v,mpe,mpeg,mpg,ogm,qt,rm,rmvb,swf,ts,vdr,vob,vro,wmv,y4m
      23 +photo_ext=jpg,jpeg,png,gif,tif,tiff,xpm
      24 +
      25 +[mediaplayer]
      26 +# Values by default are 'mplayer' type, 'auto' video_out, 'auto' audio_out
      27 +# and 'warning' verbosity. Change these parameters only if that is really
      28 +# necessary.
      29 +
      30 +#mplayer,xine
      31 +#type=
      32 +#dvd_type=
      33 +#tv_type=
      34 +
      35 +#auto,vdpau,x11,xv,gl,fb
      36 +#video_out=
      37 +
      38 +#auto,alsa,oss
      39 +#audio_out=
      40 +
      41 +#verbose,info,warning,error,critical,none
      42 +#verbosity=
      43 +
      44 +#auto,top,middle,bottom
      45 +sub_align=auto
      46 +
      47 +#auto (value set to 100 for bottom),M..N where M and N are integer
      48 +sub_pos=auto
      49 +
      50 +#auto (value set to 5) ,M..N where M and N are integer
      51 +sub_scale=auto
      52 +
      53 +#auto,yes,no
      54 +sub_visibility=auto
      55 +
      56 +#no,soft,hard
      57 +framedrop=no
      58 +
      59 +[localfiles]
      60 +path_music=file:///path/to/Music,Music,icon/favorite
      61 +path_music=file:///path/to/server/Medias/Music,Server,icon/dev/nfs
      62 +path_video=file:///path/to/Videos,Videos,icon/favorite
      63 +path_video=file:///path/to/server/Medias/Videos,Server,icon/dev/nfs
      64 +path_photo=file:///path/to/Photos,Photos,icon/favorite
      65 +path_photo=file:///path/to/server/Medias/Photos,Server,icon/dev/nfs
      66 +
      67 +[netstreams]
      68 +stream_video=http://mafreebox.freebox.fr/freeboxtv/playlist.m3u,FreeboxTV,icon/freeboxtv
      69 +
      70 +[tv]
      71 +# Default: 'vdr:/' (autodetect local VDR)
      72 +# Local VDR: 'vdr://tmp/vdr-xine/stream#demux:mpeg_pes
      73 +# Remote VDR: 'netvdr://192.168.1.1:18701
      74 +#vdr_uri=
      75 +
      76 +# Default: 2001
      77 +#svdrp_port=
      78 +
      79 +# Default: 30
      80 +#svdrp_timeout=
      81 +
      82 +#verbose,info,warning,error,critical,none
      83 +#svdrp_verbosity=
      84 +
      85 +# Don't exit if a timer will fire before this value (in minutes)
      86 +# Default: 15
      87 +#timer_quit_threshold=
      88 +
      89 +[weather]
      90 +city=New York
      91 +
      92 +[media_db]
      93 +path=file:///path/to/Music
      94 +path=file:///path/to/server/Medias/Music
      95 +verbosity=info
      96 +parser_number=2
      97 +commit_interval=128
      98 +# <=0 for infinite
      99 +scan_loop=-1
     100 +# time [sec] for sleeping between loops
     101 +scan_sleep=900
     102 +# 0: normal, -20: higher, 19 lower
     103 +scan_priority=19
     104 +
     105 +# blacklisted keywords
     106 +blacklist_keywords=0tv,1080p,2hd,720p,ac3,booya,caph,crimson,ctu,dimension,divx,dot,dsr,dvdrip,dvdscr,e7,etach,fov,fqm,hdq,hdtv,lol,mainevent,notv,pdtv,proper,pushercrew,repack,reseed,screencam,screener,sys,vtv,x264,xor,xvid,SExEP,sSEeEP
     107 +
     108 +[podcast]
     109 +#stream=stream url
     110 +stream=http://example.com/podcast.xml
     111 +
     1.1 --- a/enna.cfg.example	Sun Dec 06 11:53:16 2009 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,108 +0,0 @@
     1.4 -[enna]
     1.5 -#none,event,info,warning,error,critical
     1.6 -verbosity=info
     1.7 -log_file=/var/log/enna.log
     1.8 -
     1.9 -#0,1
    1.10 -fullscreen=0
    1.11 -
    1.12 -idle_timeout=0
    1.13 -
    1.14 -#/home/user/theme.edj for specific file or just 'default' if theme is
    1.15 -#located at /usr/share/enna/theme/default.edj
    1.16 -theme=default
    1.17 -
    1.18 -#software_x11,xrender_x11,opengl_x11,software_x11_16
    1.19 -engine=software_x11
    1.20 -
    1.21 -music_ext=3gp,aac,ape,apl,flac,m4a,mac,mka,mp2,mp3,mp4,mpc,ogg,ra,wav,wma
    1.22 -video_ext=asf,avi,divx,dvr-ms,evo,flc,fli,flv,m1v,m2v,m4p,m4v,mkv,mov,mp4,mp4v,mpe,mpeg,mpg,ogm,qt,rm,rmvb,swf,ts,vdr,vob,vro,wmv,y4m
    1.23 -photo_ext=jpg,jpeg,png,gif,tif,tiff,xpm
    1.24 -
    1.25 -[mediaplayer]
    1.26 -# Values by default are 'mplayer' type, 'auto' video_out, 'auto' audio_out
    1.27 -# and 'warning' verbosity. Change these parameters only if that is really
    1.28 -# necessary.
    1.29 -
    1.30 -#mplayer,xine
    1.31 -#type=
    1.32 -#dvd_type=
    1.33 -#tv_type=
    1.34 -
    1.35 -#auto,vdpau,x11,xv,gl,fb
    1.36 -#video_out=
    1.37 -
    1.38 -#auto,alsa,oss
    1.39 -#audio_out=
    1.40 -
    1.41 -#verbose,info,warning,error,critical,none
    1.42 -#verbosity=
    1.43 -
    1.44 -#auto,top,middle,bottom
    1.45 -sub_align=auto
    1.46 -
    1.47 -#auto (value set to 100 for bottom),M..N where M and N are integer
    1.48 -sub_pos=auto
    1.49 -
    1.50 -#auto (value set to 5) ,M..N where M and N are integer
    1.51 -sub_scale=auto
    1.52 -
    1.53 -#auto,yes,no
    1.54 -sub_visibility=auto
    1.55 -
    1.56 -#no,soft,hard
    1.57 -framedrop=no
    1.58 -
    1.59 -[localfiles]
    1.60 -path_music=file:///path/to/Music,Music,icon/favorite
    1.61 -path_music=file:///path/to/server/Medias/Music,Server,icon/dev/nfs
    1.62 -path_video=file:///path/to/Videos,Videos,icon/favorite
    1.63 -path_video=file:///path/to/server/Medias/Videos,Server,icon/dev/nfs
    1.64 -path_photo=file:///path/to/Photos,Photos,icon/favorite
    1.65 -path_photo=file:///path/to/server/Medias/Photos,Server,icon/dev/nfs
    1.66 -
    1.67 -[netstreams]
    1.68 -stream_video=http://mafreebox.freebox.fr/freeboxtv/playlist.m3u,FreeboxTV,icon/freeboxtv
    1.69 -
    1.70 -[tv]
    1.71 -# Default: 'vdr:/' (autodetect local VDR)
    1.72 -# Local VDR: 'vdr://tmp/vdr-xine/stream#demux:mpeg_pes
    1.73 -# Remote VDR: 'netvdr://192.168.1.1:18701
    1.74 -#vdr_uri=
    1.75 -
    1.76 -# Default: 2001
    1.77 -#svdrp_port=
    1.78 -
    1.79 -# Default: 30
    1.80 -#svdrp_timeout=
    1.81 -
    1.82 -#verbose,info,warning,error,critical,none
    1.83 -#svdrp_verbosity=
    1.84 -
    1.85 -# Don't exit if a timer will fire before this value (in minutes)
    1.86 -# Default: 15
    1.87 -#timer_quit_threshold=
    1.88 -
    1.89 -[weather]
    1.90 -city=New York
    1.91 -
    1.92 -[media_db]
    1.93 -path=file:///path/to/Music
    1.94 -path=file:///path/to/server/Medias/Music
    1.95 -verbosity=info
    1.96 -parser_number=2
    1.97 -commit_interval=128
    1.98 -# <=0 for infinite
    1.99 -scan_loop=-1
   1.100 -# time [sec] for sleeping between loops
   1.101 -scan_sleep=900
   1.102 -# 0: normal, -20: higher, 19 lower
   1.103 -scan_priority=19
   1.104 -
   1.105 -# blacklisted keywords
   1.106 -blacklist_keywords=0tv,1080p,2hd,720p,ac3,booya,caph,crimson,ctu,dimension,divx,dot,dsr,dvdrip,dvdscr,e7,etach,fov,fqm,hdq,hdtv,lol,mainevent,notv,pdtv,proper,pushercrew,repack,reseed,screencam,screener,sys,vtv,x264,xor,xvid,SExEP,sSEeEP
   1.107 -
   1.108 -[podcast]
   1.109 -#stream=stream url
   1.110 -stream=http://example.com/podcast.xml
   1.111 -