Projects
Multimedia
grip
grip-configure.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File grip-configure.patch of Package grip (Revision 3)
Currently displaying revision
3
,
Show latest
--- src/grip.c.orig 2017-05-20 23:54:06.476878916 +0200 +++ src/grip.c 2017-05-20 23:54:06.524878002 +0200 @@ -868,8 +868,8 @@ ginfo->using_builtin_cdp=FALSE; #endif ginfo->in_rip_thread=FALSE; - strcpy(ginfo->ripfileformat,"~/ogg/%A/%d/%n.wav"); - strcpy(ginfo->ripfileformat_multi,"~/ogg/%A/%d/%a_%n.wav"); + strcpy(ginfo->ripfileformat,"~/Music/%A/%d/%n.wav"); + strcpy(ginfo->ripfileformat_multi,"~/Music/%A/%d/%a_%n.wav"); #ifdef __linux__ FindExeInPath("cdparanoia", ginfo->ripexename, sizeof(ginfo->ripexename)); strcpy(ginfo->ripcmdline,"-d %c %t:[.%s]-%t:[.%e] %w"); @@ -895,8 +895,8 @@ ginfo->selected_encoder=6; strcpy(ginfo->mp3cmdline,"-o %m -a %a -l %d -t %n -b %b %w -N %t -G %G -d %y"); FindExeInPath("oggenc", ginfo->mp3exename, sizeof(ginfo->mp3exename)); - strcpy(ginfo->mp3fileformat,"~/ogg/%A/%d/%t_%n.%x"); - strcpy(ginfo->mp3fileformat_multi,"~/ogg/%A/%d/%t_%a_%n.%x"); + strcpy(ginfo->mp3fileformat,"~/Music/%A/%d/%t_%n.%x"); + strcpy(ginfo->mp3fileformat_multi,"~/Music/%A/%d/%t_%a_%n.%x"); strcpy(ginfo->mp3extension,"ogg"); ginfo->mp3nice=0; *ginfo->mp3_filter_cmd='\0'; @@ -904,7 +904,7 @@ ginfo->add_to_db=FALSE; ginfo->add_m3u=TRUE; ginfo->rel_m3u=TRUE; - strcpy(ginfo->m3ufileformat,"~/ogg/%A-%d.m3u"); + strcpy(ginfo->m3ufileformat,"~/Music/%A-%d.m3u"); ginfo->kbits_per_sec=192; ginfo->edit_num_cpu=1; ginfo->doid3=TRUE;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.